#2f176d
a dark, vivid violet · warm · closest name: midnightblue
RGB
47, 23, 109
HSL
257°, 65%, 26%
CMYK
57, 79, 0, 57
Luminance
0.0232
Every format
| HEX | #2f176d |
| RGB | rgb(47, 23, 109) |
| HSL | hsl(257, 65%, 26%) |
| CMYK | cmyk(57%, 79%, 0%, 57%) |
| LAB | lab(17.1 34.7 -45.5) |
| LCH | lch(17.1 57.2 307.3) |
| OKLCH | oklch(0.301 0.138 287.8) |
Copy-ready code
/* CSS */
color: #2f176d;
background-color: #2f176d;
/* Tailwind (arbitrary) */
class="text-[#2f176d] bg-[#2f176d]"
/* SCSS */
$brand: #2f176d;
/* SwiftUI */
Color(red: 0.184, green: 0.090, blue: 0.427)
/* Android */
Color.parseColor("#2f176d")Accessibility — WCAG contrast
Aa
#2f176d on white: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f176d on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green9.0%
Blue42.7%
CMYK percentages
Cyan56.9%
Magenta78.9%
Yellow0.0%
Key (black)57.3%
Color previews
#2f176d text on a black background
contrast 1.46:1
Card sample
#2f176d text on a white background
contrast 14.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f176d;
Background color
Panel with #2f176d background
background-color: #2f176d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f176d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 23, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 23, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f176d; background: linear-gradient(135deg, #2f176d, #68176D);