#2c1199
a dark, electric blue · warm · closest name: navy
RGB
44, 17, 153
HSL
252°, 80%, 33%
CMYK
71, 89, 0, 40
Luminance
0.0324
Every format
| HEX | #2c1199 |
| RGB | rgb(44, 17, 153) |
| HSL | hsl(252, 80%, 33%) |
| CMYK | cmyk(71%, 89%, 0%, 40%) |
| LAB | lab(21.0 50.1 -67.0) |
| LCH | lch(21.0 83.7 306.8) |
| OKLCH | oklch(0.342 0.195 277.5) |
Copy-ready code
/* CSS */
color: #2c1199;
background-color: #2c1199;
/* Tailwind (arbitrary) */
class="text-[#2c1199] bg-[#2c1199]"
/* SCSS */
$brand: #2c1199;
/* SwiftUI */
Color(red: 0.173, green: 0.067, blue: 0.600)
/* Android */
Color.parseColor("#2c1199")Accessibility — WCAG contrast
Aa
#2c1199 on white: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c1199 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green6.7%
Blue60.0%
CMYK percentages
Cyan71.2%
Magenta88.9%
Yellow0.0%
Key (black)40.0%
Color previews
#2c1199 text on a black background
contrast 1.65:1
Card sample
#2c1199 text on a white background
contrast 12.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c1199;
Background color
Panel with #2c1199 background
background-color: #2c1199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c1199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 17, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 17, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c1199; background: linear-gradient(135deg, #2c1199, #871199);