#2f2575
a dark, vivid blue · warm · closest name: midnightblue
RGB
47, 37, 117
HSL
248°, 52%, 30%
CMYK
60, 68, 0, 54
Luminance
0.0321
Every format
| HEX | #2f2575 |
| RGB | rgb(47, 37, 117) |
| HSL | hsl(248, 52%, 30%) |
| CMYK | cmyk(60%, 68%, 0%, 54%) |
| LAB | lab(20.9 29.0 -44.5) |
| LCH | lch(20.9 53.1 303.1) |
| OKLCH | oklch(0.330 0.131 282.2) |
Copy-ready code
/* CSS */
color: #2f2575;
background-color: #2f2575;
/* Tailwind (arbitrary) */
class="text-[#2f2575] bg-[#2f2575]"
/* SCSS */
$brand: #2f2575;
/* SwiftUI */
Color(red: 0.184, green: 0.145, blue: 0.459)
/* Android */
Color.parseColor("#2f2575")Accessibility — WCAG contrast
Aa
#2f2575 on white: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f2575 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green14.5%
Blue45.9%
CMYK percentages
Cyan59.8%
Magenta68.4%
Yellow0.0%
Key (black)54.1%
Color previews
#2f2575 text on a black background
contrast 1.64:1
Card sample
#2f2575 text on a white background
contrast 12.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f2575;
Background color
Panel with #2f2575 background
background-color: #2f2575;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f2575;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 37, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 37, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f2575; background: linear-gradient(135deg, #2f2575, #642575);