#302244
a deep, soft violet · warm · closest name: black
RGB
48, 34, 68
HSL
265°, 33%, 20%
CMYK
29, 50, 0, 73
Luminance
0.0219
Every format
| HEX | #302244 |
| RGB | rgb(48, 34, 68) |
| HSL | hsl(265, 33%, 20%) |
| CMYK | cmyk(29%, 50%, 0%, 73%) |
| LAB | lab(16.4 15.2 -19.0) |
| LCH | lch(16.4 24.3 308.5) |
| OKLCH | oklch(0.286 0.063 301.6) |
Copy-ready code
/* CSS */
color: #302244;
background-color: #302244;
/* Tailwind (arbitrary) */
class="text-[#302244] bg-[#302244]"
/* SCSS */
$brand: #302244;
/* SwiftUI */
Color(red: 0.188, green: 0.133, blue: 0.267)
/* Android */
Color.parseColor("#302244")Accessibility — WCAG contrast
Aa
#302244 on white: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302244 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green13.3%
Blue26.7%
CMYK percentages
Cyan29.4%
Magenta50.0%
Yellow0.0%
Key (black)73.3%
Color previews
#302244 text on a black background
contrast 1.44:1
Card sample
#302244 text on a white background
contrast 14.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302244;
Background color
Panel with #302244 background
background-color: #302244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 34, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 34, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302244; background: linear-gradient(135deg, #302244, #442241);