#2f0750
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 7, 80
HSL
273°, 84%, 17%
CMYK
41, 91, 0, 69
Luminance
0.0134
Every format
| HEX | #2f0750 |
| RGB | rgb(47, 7, 80) |
| HSL | hsl(273, 84%, 17%) |
| CMYK | cmyk(41%, 91%, 0%, 69%) |
| LAB | lab(11.5 33.9 -35.3) |
| LCH | lch(11.5 48.9 313.8) |
| OKLCH | oklch(0.253 0.120 303.0) |
Copy-ready code
/* CSS */
color: #2f0750;
background-color: #2f0750;
/* Tailwind (arbitrary) */
class="text-[#2f0750] bg-[#2f0750]"
/* SCSS */
$brand: #2f0750;
/* SwiftUI */
Color(red: 0.184, green: 0.027, blue: 0.314)
/* Android */
Color.parseColor("#2f0750")Accessibility — WCAG contrast
Aa
#2f0750 on white: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0750 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green2.7%
Blue31.4%
CMYK percentages
Cyan41.3%
Magenta91.3%
Yellow0.0%
Key (black)68.6%
Color previews
#2f0750 text on a black background
contrast 1.27:1
Card sample
#2f0750 text on a white background
contrast 16.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0750;
Background color
Panel with #2f0750 background
background-color: #2f0750;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0750;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 7, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 7, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0750; background: linear-gradient(135deg, #2f0750, #500740);