#2f0366
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 3, 102
HSL
267°, 94%, 21%
CMYK
54, 97, 0, 60
Luminance
0.0163
Every format
| HEX | #2f0366 |
| RGB | rgb(47, 3, 102) |
| HSL | hsl(267, 94%, 21%) |
| CMYK | cmyk(54%, 97%, 0%, 60%) |
| LAB | lab(13.4 41.2 -47.0) |
| LCH | lch(13.4 62.5 311.2) |
| OKLCH | oklch(0.273 0.147 293.4) |
Copy-ready code
/* CSS */
color: #2f0366;
background-color: #2f0366;
/* Tailwind (arbitrary) */
class="text-[#2f0366] bg-[#2f0366]"
/* SCSS */
$brand: #2f0366;
/* SwiftUI */
Color(red: 0.184, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#2f0366")Accessibility — WCAG contrast
Aa
#2f0366 on white: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0366 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green1.2%
Blue40.0%
CMYK percentages
Cyan53.9%
Magenta97.1%
Yellow0.0%
Key (black)60.0%
Color previews
#2f0366 text on a black background
contrast 1.33:1
Card sample
#2f0366 text on a white background
contrast 15.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0366;
Background color
Panel with #2f0366 background
background-color: #2f0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0366; background: linear-gradient(135deg, #2f0366, #66035B);