#2f009e
a dark, electric violet · warm · closest name: navy
RGB
47, 0, 158
HSL
258°, 100%, 31%
CMYK
70, 100, 0, 38
Luminance
0.0307
Every format
| HEX | #2f009e |
| RGB | rgb(47, 0, 158) |
| HSL | hsl(258, 100%, 31%) |
| CMYK | cmyk(70%, 100%, 0%, 38%) |
| LAB | lab(20.3 56.3 -71.1) |
| LCH | lch(20.3 90.7 308.4) |
| OKLCH | oklch(0.340 0.207 278.8) |
Copy-ready code
/* CSS */
color: #2f009e;
background-color: #2f009e;
/* Tailwind (arbitrary) */
class="text-[#2f009e] bg-[#2f009e]"
/* SCSS */
$brand: #2f009e;
/* SwiftUI */
Color(red: 0.184, green: 0.000, blue: 0.620)
/* Android */
Color.parseColor("#2f009e")Accessibility — WCAG contrast
Aa
#2f009e on white: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f009e on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green0.0%
Blue62.0%
CMYK percentages
Cyan70.3%
Magenta100.0%
Yellow0.0%
Key (black)38.0%
Color previews
#2f009e text on a black background
contrast 1.61:1
Card sample
#2f009e text on a white background
contrast 13.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f009e;
Background color
Panel with #2f009e background
background-color: #2f009e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f009e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 0, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 0, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f009e; background: linear-gradient(135deg, #2f009e, #98009E);