#2f078b
a dark, electric violet · warm · closest name: navy
RGB
47, 7, 139
HSL
258°, 90%, 29%
CMYK
66, 95, 0, 46
Luminance
0.0262
Every format
| HEX | #2f078b |
| RGB | rgb(47, 7, 139) |
| HSL | hsl(258, 90%, 29%) |
| CMYK | cmyk(66%, 95%, 0%, 46%) |
| LAB | lab(18.4 49.5 -62.4) |
| LCH | lch(18.4 79.7 308.4) |
| OKLCH | oklch(0.320 0.184 282.1) |
Copy-ready code
/* CSS */
color: #2f078b;
background-color: #2f078b;
/* Tailwind (arbitrary) */
class="text-[#2f078b] bg-[#2f078b]"
/* SCSS */
$brand: #2f078b;
/* SwiftUI */
Color(red: 0.184, green: 0.027, blue: 0.545)
/* Android */
Color.parseColor("#2f078b")Accessibility — WCAG contrast
Aa
#2f078b on white: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f078b on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green2.7%
Blue54.5%
CMYK percentages
Cyan66.2%
Magenta95.0%
Yellow0.0%
Key (black)45.5%
Color previews
#2f078b text on a black background
contrast 1.52:1
Card sample
#2f078b text on a white background
contrast 13.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f078b;
Background color
Panel with #2f078b background
background-color: #2f078b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f078b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 7, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 7, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f078b; background: linear-gradient(135deg, #2f078b, #87078B);