#2f045c
a deep, electric violet · warm · closest name: midnightblue
RGB
47, 4, 92
HSL
269°, 92%, 19%
CMYK
49, 96, 0, 64
Luminance
0.0146
Every format
| HEX | #2f045c |
| RGB | rgb(47, 4, 92) |
| HSL | hsl(269, 92%, 19%) |
| CMYK | cmyk(49%, 96%, 0%, 64%) |
| LAB | lab(12.4 38.2 -42.0) |
| LCH | lch(12.4 56.8 312.3) |
| OKLCH | oklch(0.263 0.136 297.5) |
Copy-ready code
/* CSS */
color: #2f045c;
background-color: #2f045c;
/* Tailwind (arbitrary) */
class="text-[#2f045c] bg-[#2f045c]"
/* SCSS */
$brand: #2f045c;
/* SwiftUI */
Color(red: 0.184, green: 0.016, blue: 0.361)
/* Android */
Color.parseColor("#2f045c")Accessibility — WCAG contrast
Aa
#2f045c on white: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f045c on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green1.6%
Blue36.1%
CMYK percentages
Cyan48.9%
Magenta95.7%
Yellow0.0%
Key (black)63.9%
Color previews
#2f045c text on a black background
contrast 1.29:1
Card sample
#2f045c text on a white background
contrast 16.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f045c;
Background color
Panel with #2f045c background
background-color: #2f045c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f045c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 4, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 4, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f045c; background: linear-gradient(135deg, #2f045c, #5C044E);