#2f1997
a dark, vivid blue · warm · closest name: navy
RGB
47, 25, 151
HSL
251°, 72%, 35%
CMYK
69, 83, 0, 41
Luminance
0.0353
Every format
| HEX | #2f1997 |
| RGB | rgb(47, 25, 151) |
| HSL | hsl(251, 72%, 35%) |
| CMYK | cmyk(69%, 83%, 0%, 41%) |
| LAB | lab(22.1 46.5 -63.9) |
| LCH | lch(22.1 79.1 306.1) |
| OKLCH | oklch(0.349 0.187 278.5) |
Copy-ready code
/* CSS */
color: #2f1997;
background-color: #2f1997;
/* Tailwind (arbitrary) */
class="text-[#2f1997] bg-[#2f1997]"
/* SCSS */
$brand: #2f1997;
/* SwiftUI */
Color(red: 0.184, green: 0.098, blue: 0.592)
/* Android */
Color.parseColor("#2f1997")Accessibility — WCAG contrast
Aa
#2f1997 on white: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f1997 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green9.8%
Blue59.2%
CMYK percentages
Cyan68.9%
Magenta83.4%
Yellow0.0%
Key (black)40.8%
Color previews
#2f1997 text on a black background
contrast 1.71:1
Card sample
#2f1997 text on a white background
contrast 12.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f1997;
Background color
Panel with #2f1997 background
background-color: #2f1997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f1997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 25, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 25, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f1997; background: linear-gradient(135deg, #2f1997, #831997);