#2f103a
a deep, vivid violet · warm · closest name: midnightblue
RGB
47, 16, 58
HSL
284°, 57%, 15%
CMYK
19, 72, 0, 77
Luminance
0.0128
Every format
| HEX | #2f103a |
| RGB | rgb(47, 16, 58) |
| HSL | hsl(284, 57%, 15%) |
| CMYK | cmyk(19%, 72%, 0%, 77%) |
| LAB | lab(11.1 23.8 -20.4) |
| LCH | lch(11.1 31.4 319.3) |
| OKLCH | oklch(0.244 0.083 316.2) |
Copy-ready code
/* CSS */
color: #2f103a;
background-color: #2f103a;
/* Tailwind (arbitrary) */
class="text-[#2f103a] bg-[#2f103a]"
/* SCSS */
$brand: #2f103a;
/* SwiftUI */
Color(red: 0.184, green: 0.063, blue: 0.227)
/* Android */
Color.parseColor("#2f103a")Accessibility — WCAG contrast
Aa
#2f103a on white: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f103a on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green6.3%
Blue22.7%
CMYK percentages
Cyan19.0%
Magenta72.4%
Yellow0.0%
Key (black)77.3%
Color previews
#2f103a text on a black background
contrast 1.26:1
Card sample
#2f103a text on a white background
contrast 16.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f103a;
Background color
Panel with #2f103a background
background-color: #2f103a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f103a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 16, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 16, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f103a; background: linear-gradient(135deg, #2f103a, #3A1029);