#2f047f
a dark, electric violet · warm · closest name: indigo
RGB
47, 4, 127
HSL
261°, 94%, 26%
CMYK
63, 97, 0, 50
Luminance
0.0222
Every format
| HEX | #2f047f |
| RGB | rgb(47, 4, 127) |
| HSL | hsl(261, 94%, 26%) |
| CMYK | cmyk(63%, 97%, 0%, 50%) |
| LAB | lab(16.6 47.3 -57.9) |
| LCH | lch(16.6 74.8 309.3) |
| OKLCH | oklch(0.304 0.173 285.2) |
Copy-ready code
/* CSS */
color: #2f047f;
background-color: #2f047f;
/* Tailwind (arbitrary) */
class="text-[#2f047f] bg-[#2f047f]"
/* SCSS */
$brand: #2f047f;
/* SwiftUI */
Color(red: 0.184, green: 0.016, blue: 0.498)
/* Android */
Color.parseColor("#2f047f")Accessibility — WCAG contrast
Aa
#2f047f on white: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f047f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green1.6%
Blue49.8%
CMYK percentages
Cyan63.0%
Magenta96.9%
Yellow0.0%
Key (black)50.2%
Color previews
#2f047f text on a black background
contrast 1.44:1
Card sample
#2f047f text on a white background
contrast 14.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f047f;
Background color
Panel with #2f047f background
background-color: #2f047f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f047f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 4, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 4, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f047f; background: linear-gradient(135deg, #2f047f, #7F047D);