#2f166f
a dark, vivid violet · warm · closest name: midnightblue
RGB
47, 22, 111
HSL
257°, 67%, 26%
CMYK
58, 80, 0, 57
Luminance
0.0233
Every format
| HEX | #2f166f |
| RGB | rgb(47, 22, 111) |
| HSL | hsl(257, 67%, 26%) |
| CMYK | cmyk(58%, 80%, 0%, 57%) |
| LAB | lab(17.1 35.8 -46.8) |
| LCH | lch(17.1 58.9 307.4) |
| OKLCH | oklch(0.301 0.141 287.4) |
Copy-ready code
/* CSS */
color: #2f166f;
background-color: #2f166f;
/* Tailwind (arbitrary) */
class="text-[#2f166f] bg-[#2f166f]"
/* SCSS */
$brand: #2f166f;
/* SwiftUI */
Color(red: 0.184, green: 0.086, blue: 0.435)
/* Android */
Color.parseColor("#2f166f")Accessibility — WCAG contrast
Aa
#2f166f on white: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f166f on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green8.6%
Blue43.5%
CMYK percentages
Cyan57.7%
Magenta80.2%
Yellow0.0%
Key (black)56.5%
Color previews
#2f166f text on a black background
contrast 1.47:1
Card sample
#2f166f text on a white background
contrast 14.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f166f;
Background color
Panel with #2f166f background
background-color: #2f166f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f166f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 22, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 22, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f166f; background: linear-gradient(135deg, #2f166f, #6A166F);