#2c2cab
a dark, vivid blue · warm · closest name: navy
RGB
44, 44, 171
HSL
240°, 59%, 42%
CMYK
74, 74, 0, 33
Luminance
0.0528
Every format
| HEX | #2c2cab |
| RGB | rgb(44, 44, 171) |
| HSL | hsl(240, 59%, 42%) |
| CMYK | cmyk(74%, 74%, 0%, 33%) |
| LAB | lab(27.5 42.8 -67.1) |
| LCH | lch(27.5 79.6 302.5) |
| OKLCH | oklch(0.393 0.194 272.9) |
Copy-ready code
/* CSS */
color: #2c2cab;
background-color: #2c2cab;
/* Tailwind (arbitrary) */
class="text-[#2c2cab] bg-[#2c2cab]"
/* SCSS */
$brand: #2c2cab;
/* SwiftUI */
Color(red: 0.173, green: 0.173, blue: 0.671)
/* Android */
Color.parseColor("#2c2cab")Accessibility — WCAG contrast
Aa
#2c2cab on white: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2c2cab on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green17.3%
Blue67.1%
CMYK percentages
Cyan74.3%
Magenta74.3%
Yellow0.0%
Key (black)32.9%
Color previews
#2c2cab text on a black background
contrast 2.06:1
Card sample
#2c2cab text on a white background
contrast 10.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2c2cab;
Background color
Panel with #2c2cab background
background-color: #2c2cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2c2cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 44, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 44, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2c2cab; background: linear-gradient(135deg, #2c2cab, #812CAB);