#2f064c
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 6, 76
HSL
275°, 85%, 16%
CMYK
38, 92, 0, 70
Luminance
0.0126
Every format
| HEX | #2f064c |
| RGB | rgb(47, 6, 76) |
| HSL | hsl(275, 85%, 16%) |
| CMYK | cmyk(38%, 92%, 0%, 70%) |
| LAB | lab(11.0 33.3 -33.4) |
| LCH | lch(11.0 47.2 314.9) |
| OKLCH | oklch(0.248 0.117 305.4) |
Copy-ready code
/* CSS */
color: #2f064c;
background-color: #2f064c;
/* Tailwind (arbitrary) */
class="text-[#2f064c] bg-[#2f064c]"
/* SCSS */
$brand: #2f064c;
/* SwiftUI */
Color(red: 0.184, green: 0.024, blue: 0.298)
/* Android */
Color.parseColor("#2f064c")Accessibility — WCAG contrast
Aa
#2f064c on white: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f064c on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green2.4%
Blue29.8%
CMYK percentages
Cyan38.2%
Magenta92.1%
Yellow0.0%
Key (black)70.2%
Color previews
#2f064c text on a black background
contrast 1.25:1
Card sample
#2f064c text on a white background
contrast 16.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f064c;
Background color
Panel with #2f064c background
background-color: #2f064c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f064c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 6, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 6, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f064c; background: linear-gradient(135deg, #2f064c, #4C063A);