#302430
a deep, muted magenta / pink · warm · closest name: black
RGB
48, 36, 48
HSL
300°, 14%, 17%
CMYK
0, 25, 0, 81
Luminance
0.0210
Every format
| HEX | #302430 |
| RGB | rgb(48, 36, 48) |
| HSL | hsl(300, 14%, 17%) |
| CMYK | cmyk(0%, 25%, 0%, 81%) |
| LAB | lab(16.0 8.3 -5.7) |
| LCH | lch(16.0 10.1 325.6) |
| OKLCH | oklch(0.279 0.028 326.3) |
Copy-ready code
/* CSS */
color: #302430;
background-color: #302430;
/* Tailwind (arbitrary) */
class="text-[#302430] bg-[#302430]"
/* SCSS */
$brand: #302430;
/* SwiftUI */
Color(red: 0.188, green: 0.141, blue: 0.188)
/* Android */
Color.parseColor("#302430")Accessibility — WCAG contrast
Aa
#302430 on white: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302430 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.1%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow0.0%
Key (black)81.2%
Color previews
#302430 text on a black background
contrast 1.42:1
Card sample
#302430 text on a white background
contrast 14.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302430;
Background color
Panel with #302430 background
background-color: #302430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 36, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 36, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302430; background: linear-gradient(135deg, #302430, #302428);