Deep Indigo
#4c567a
Looking for the precise values behind Deep Indigo (#4c567a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4c567a | |
|---|---|---|
| RGB | rgb(76, 86, 122) | |
| HSL | hsl(227, 23%, 39%) | |
| CMYK | cmyk(38%, 30%, 0%, 52%) | |
| LAB | lab(37, 3, -22) | |
| OKLCH | oklch(0.46 0.06 272) |
Color harmonies
Tints & shades
Code snippets
color: #4c567a;
background-color: #4c567a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF4C567A)
/* Swift / UIKit */
UIColor(red: 0.30, green: 0.34, blue: 0.48, alpha: 1.0)