#2f2c89
a dark, vivid blue · warm · closest name: midnightblue
RGB
47, 44, 137
HSL
242°, 51%, 36%
CMYK
66, 68, 0, 46
Luminance
0.0421
Every format
| HEX | #2f2c89 |
| RGB | rgb(47, 44, 137) |
| HSL | hsl(242, 51%, 36%) |
| CMYK | cmyk(66%, 68%, 0%, 46%) |
| LAB | lab(24.4 31.4 -51.4) |
| LCH | lch(24.4 60.3 301.4) |
| OKLCH | oklch(0.361 0.149 277.3) |
Copy-ready code
/* CSS */
color: #2f2c89;
background-color: #2f2c89;
/* Tailwind (arbitrary) */
class="text-[#2f2c89] bg-[#2f2c89]"
/* SCSS */
$brand: #2f2c89;
/* SwiftUI */
Color(red: 0.184, green: 0.173, blue: 0.537)
/* Android */
Color.parseColor("#2f2c89")Accessibility — WCAG contrast
Aa
#2f2c89 on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2c89 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green17.3%
Blue53.7%
CMYK percentages
Cyan65.7%
Magenta67.9%
Yellow0.0%
Key (black)46.3%
Color previews
#2f2c89 text on a black background
contrast 1.84:1
Card sample
#2f2c89 text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2c89;
Background color
Panel with #2f2c89 background
background-color: #2f2c89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2c89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 44, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 44, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2c89; background: linear-gradient(135deg, #2f2c89, #6D2C89);