#302749
a deep, soft violet · warm · closest name: black
RGB
48, 39, 73
HSL
256°, 30%, 22%
CMYK
34, 47, 0, 71
Luminance
0.0256
Every format
| HEX | #302749 |
| RGB | rgb(48, 39, 73) |
| HSL | hsl(256, 30%, 22%) |
| CMYK | cmyk(34%, 47%, 0%, 71%) |
| LAB | lab(18.2 13.2 -19.7) |
| LCH | lch(18.2 23.7 303.7) |
| OKLCH | oklch(0.300 0.061 294.6) |
Copy-ready code
/* CSS */
color: #302749;
background-color: #302749;
/* Tailwind (arbitrary) */
class="text-[#302749] bg-[#302749]"
/* SCSS */
$brand: #302749;
/* SwiftUI */
Color(red: 0.188, green: 0.153, blue: 0.286)
/* Android */
Color.parseColor("#302749")Accessibility — WCAG contrast
Aa
#302749 on white: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302749 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green15.3%
Blue28.6%
CMYK percentages
Cyan34.2%
Magenta46.6%
Yellow0.0%
Key (black)71.4%
Color previews
#302749 text on a black background
contrast 1.51:1
Card sample
#302749 text on a white background
contrast 13.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302749;
Background color
Panel with #302749 background
background-color: #302749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 39, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 39, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302749; background: linear-gradient(135deg, #302749, #472749);