#2c24af
a dark, vivid blue · warm · closest name: navy
RGB
44, 36, 175
HSL
244°, 66%, 41%
CMYK
75, 79, 0, 31
Luminance
0.0489
Every format
| HEX | #2c24af |
| RGB | rgb(44, 36, 175) |
| HSL | hsl(244, 66%, 41%) |
| CMYK | cmyk(75%, 79%, 0%, 31%) |
| LAB | lab(26.4 48.4 -71.3) |
| LCH | lch(26.4 86.2 304.2) |
| OKLCH | oklch(0.387 0.207 273.5) |
Copy-ready code
/* CSS */
color: #2c24af;
background-color: #2c24af;
/* Tailwind (arbitrary) */
class="text-[#2c24af] bg-[#2c24af]"
/* SCSS */
$brand: #2c24af;
/* SwiftUI */
Color(red: 0.173, green: 0.141, blue: 0.686)
/* Android */
Color.parseColor("#2c24af")Accessibility — WCAG contrast
Aa
#2c24af on white: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c24af on black: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green14.1%
Blue68.6%
CMYK percentages
Cyan74.9%
Magenta79.4%
Yellow0.0%
Key (black)31.4%
Color previews
#2c24af text on a black background
contrast 1.98:1
Card sample
#2c24af text on a white background
contrast 10.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c24af;
Background color
Panel with #2c24af background
background-color: #2c24af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c24af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 36, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 36, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c24af; background: linear-gradient(135deg, #2c24af, #8924AF);