#301830
a deep, soft magenta / pink · warm · closest name: black
RGB
48, 24, 48
HSL
300°, 33%, 14%
CMYK
0, 50, 0, 81
Luminance
0.0150
Every format
| HEX | #301830 |
| RGB | rgb(48, 24, 48) |
| HSL | hsl(300, 33%, 14%) |
| CMYK | cmyk(0%, 50%, 0%, 81%) |
| LAB | lab(12.6 16.7 -11.0) |
| LCH | lch(12.6 19.9 326.6) |
| OKLCH | oklch(0.253 0.055 327.0) |
Copy-ready code
/* CSS */
color: #301830;
background-color: #301830;
/* Tailwind (arbitrary) */
class="text-[#301830] bg-[#301830]"
/* SCSS */
$brand: #301830;
/* SwiftUI */
Color(red: 0.188, green: 0.094, blue: 0.188)
/* Android */
Color.parseColor("#301830")Accessibility — WCAG contrast
Aa
#301830 on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301830 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green9.4%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow0.0%
Key (black)81.2%
Color previews
#301830 text on a black background
contrast 1.30:1
Card sample
#301830 text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301830;
Background color
Panel with #301830 background
background-color: #301830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 24, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 24, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301830; background: linear-gradient(135deg, #301830, #301820);