#2e2f89
a dark, vivid blue · warm · closest name: midnightblue
RGB
46, 47, 137
HSL
239°, 50%, 36%
CMYK
66, 66, 0, 46
Luminance
0.0442
Every format
| HEX | #2e2f89 |
| RGB | rgb(46, 47, 137) |
| HSL | hsl(239, 50%, 36%) |
| CMYK | cmyk(66%, 66%, 0%, 46%) |
| LAB | lab(25.0 29.3 -50.4) |
| LCH | lch(25.0 58.3 300.2) |
| OKLCH | oklch(0.366 0.146 275.9) |
Copy-ready code
/* CSS */
color: #2e2f89;
background-color: #2e2f89;
/* Tailwind (arbitrary) */
class="text-[#2e2f89] bg-[#2e2f89]"
/* SCSS */
$brand: #2e2f89;
/* SwiftUI */
Color(red: 0.180, green: 0.184, blue: 0.537)
/* Android */
Color.parseColor("#2e2f89")Accessibility — WCAG contrast
Aa
#2e2f89 on white: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2e2f89 on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green18.4%
Blue53.7%
CMYK percentages
Cyan66.4%
Magenta65.7%
Yellow0.0%
Key (black)46.3%
Color previews
#2e2f89 text on a black background
contrast 1.88:1
Card sample
#2e2f89 text on a white background
contrast 11.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2e2f89;
Background color
Panel with #2e2f89 background
background-color: #2e2f89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2e2f89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 47, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 47, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2e2f89; background: linear-gradient(135deg, #2e2f89, #6A2E89);