#2f0060
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 0, 96
HSL
269°, 100%, 19%
CMYK
51, 100, 0, 62
Luminance
0.0145
Every format
| HEX | #2f0060 |
| RGB | rgb(47, 0, 96) |
| HSL | hsl(269, 100%, 19%) |
| CMYK | cmyk(51%, 100%, 0%, 62%) |
| LAB | lab(12.3 40.9 -44.9) |
| LCH | lch(12.3 60.7 312.4) |
| OKLCH | oklch(0.263 0.144 296.3) |
Copy-ready code
/* CSS */
color: #2f0060;
background-color: #2f0060;
/* Tailwind (arbitrary) */
class="text-[#2f0060] bg-[#2f0060]"
/* SCSS */
$brand: #2f0060;
/* SwiftUI */
Color(red: 0.184, green: 0.000, blue: 0.376)
/* Android */
Color.parseColor("#2f0060")Accessibility — WCAG contrast
Aa
#2f0060 on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0060 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green0.0%
Blue37.6%
CMYK percentages
Cyan51.0%
Magenta100.0%
Yellow0.0%
Key (black)62.4%
Color previews
#2f0060 text on a black background
contrast 1.29:1
Card sample
#2f0060 text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0060;
Background color
Panel with #2f0060 background
background-color: #2f0060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 0, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 0, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0060; background: linear-gradient(135deg, #2f0060, #600051);