#2f115d
a deep, vivid violet · warm · closest name: midnightblue
RGB
47, 17, 93
HSL
264°, 69%, 22%
CMYK
50, 82, 0, 64
Luminance
0.0180
Every format
| HEX | #2f115d |
| RGB | rgb(47, 17, 93) |
| HSL | hsl(264, 69%, 22%) |
| CMYK | cmyk(50%, 82%, 0%, 64%) |
| LAB | lab(14.4 33.0 -39.4) |
| LCH | lch(14.4 51.4 309.9) |
| OKLCH | oklch(0.277 0.124 294.8) |
Copy-ready code
/* CSS */
color: #2f115d;
background-color: #2f115d;
/* Tailwind (arbitrary) */
class="text-[#2f115d] bg-[#2f115d]"
/* SCSS */
$brand: #2f115d;
/* SwiftUI */
Color(red: 0.184, green: 0.067, blue: 0.365)
/* Android */
Color.parseColor("#2f115d")Accessibility — WCAG contrast
Aa
#2f115d on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f115d on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green6.7%
Blue36.5%
CMYK percentages
Cyan49.5%
Magenta81.7%
Yellow0.0%
Key (black)63.5%
Color previews
#2f115d text on a black background
contrast 1.36:1
Card sample
#2f115d text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f115d;
Background color
Panel with #2f115d background
background-color: #2f115d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f115d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 17, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 17, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f115d; background: linear-gradient(135deg, #2f115d, #5D1158);