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