#2f0b66
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 11, 102
HSL
264°, 81%, 22%
CMYK
54, 89, 0, 60
Luminance
0.0180
Every format
| HEX | #2f0b66 |
| RGB | rgb(47, 11, 102) |
| HSL | hsl(264, 81%, 22%) |
| CMYK | cmyk(54%, 89%, 0%, 60%) |
| LAB | lab(14.4 38.2 -45.3) |
| LCH | lch(14.4 59.3 310.1) |
| OKLCH | oklch(0.280 0.141 292.3) |
Copy-ready code
/* CSS */
color: #2f0b66;
background-color: #2f0b66;
/* Tailwind (arbitrary) */
class="text-[#2f0b66] bg-[#2f0b66]"
/* SCSS */
$brand: #2f0b66;
/* SwiftUI */
Color(red: 0.184, green: 0.043, blue: 0.400)
/* Android */
Color.parseColor("#2f0b66")Accessibility — WCAG contrast
Aa
#2f0b66 on white: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0b66 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green4.3%
Blue40.0%
CMYK percentages
Cyan53.9%
Magenta89.2%
Yellow0.0%
Key (black)60.0%
Color previews
#2f0b66 text on a black background
contrast 1.36:1
Card sample
#2f0b66 text on a white background
contrast 15.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0b66;
Background color
Panel with #2f0b66 background
background-color: #2f0b66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0b66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 11, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 11, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0b66; background: linear-gradient(135deg, #2f0b66, #660B61);