#2c29af
a dark, vivid blue · warm · closest name: navy
RGB
44, 41, 175
HSL
241°, 62%, 42%
CMYK
75, 77, 0, 31
Luminance
0.0522
Every format
| HEX | #2c29af |
| RGB | rgb(44, 41, 175) |
| HSL | hsl(241, 62%, 42%) |
| CMYK | cmyk(75%, 77%, 0%, 31%) |
| LAB | lab(27.3 45.8 -69.8) |
| LCH | lch(27.3 83.4 303.3) |
| OKLCH | oklch(0.393 0.202 273.0) |
Copy-ready code
/* CSS */
color: #2c29af;
background-color: #2c29af;
/* Tailwind (arbitrary) */
class="text-[#2c29af] bg-[#2c29af]"
/* SCSS */
$brand: #2c29af;
/* SwiftUI */
Color(red: 0.173, green: 0.161, blue: 0.686)
/* Android */
Color.parseColor("#2c29af")Accessibility — WCAG contrast
Aa
#2c29af on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c29af on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green16.1%
Blue68.6%
CMYK percentages
Cyan74.9%
Magenta76.6%
Yellow0.0%
Key (black)31.4%
Color previews
#2c29af text on a black background
contrast 2.04:1
Card sample
#2c29af text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c29af;
Background color
Panel with #2c29af background
background-color: #2c29af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c29af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 41, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 41, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c29af; background: linear-gradient(135deg, #2c29af, #8529AF);