#2f173a
a deep, soft violet · warm · closest name: black
RGB
47, 23, 58
HSL
281°, 43%, 16%
CMYK
19, 60, 0, 77
Luminance
0.0152
Every format
| HEX | #2f173a |
| RGB | rgb(47, 23, 58) |
| HSL | hsl(281, 43%, 16%) |
| CMYK | cmyk(19%, 60%, 0%, 77%) |
| LAB | lab(12.8 19.5 -17.9) |
| LCH | lch(12.8 26.4 317.4) |
| OKLCH | oklch(0.256 0.070 314.2) |
Copy-ready code
/* CSS */
color: #2f173a;
background-color: #2f173a;
/* Tailwind (arbitrary) */
class="text-[#2f173a] bg-[#2f173a]"
/* SCSS */
$brand: #2f173a;
/* SwiftUI */
Color(red: 0.184, green: 0.090, blue: 0.227)
/* Android */
Color.parseColor("#2f173a")Accessibility — WCAG contrast
Aa
#2f173a on white: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f173a on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green9.0%
Blue22.7%
CMYK percentages
Cyan19.0%
Magenta60.3%
Yellow0.0%
Key (black)77.3%
Color previews
#2f173a text on a black background
contrast 1.30:1
Card sample
#2f173a text on a white background
contrast 16.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f173a;
Background color
Panel with #2f173a background
background-color: #2f173a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f173a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 23, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 23, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f173a; background: linear-gradient(135deg, #2f173a, #3A172E);