#30233f
a deep, soft violet · warm · closest name: black
RGB
48, 35, 63
HSL
268°, 29%, 19%
CMYK
24, 44, 0, 75
Luminance
0.0219
Every format
| HEX | #30233f |
| RGB | rgb(48, 35, 63) |
| HSL | hsl(268, 29%, 19%) |
| CMYK | cmyk(24%, 44%, 0%, 75%) |
| LAB | lab(16.4 13.0 -15.6) |
| LCH | lch(16.4 20.3 309.9) |
| OKLCH | oklch(0.285 0.053 304.6) |
Copy-ready code
/* CSS */
color: #30233f;
background-color: #30233f;
/* Tailwind (arbitrary) */
class="text-[#30233f] bg-[#30233f]"
/* SCSS */
$brand: #30233f;
/* SwiftUI */
Color(red: 0.188, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#30233f")Accessibility — WCAG contrast
Aa
#30233f on white: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30233f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green13.7%
Blue24.7%
CMYK percentages
Cyan23.8%
Magenta44.4%
Yellow0.0%
Key (black)75.3%
Color previews
#30233f text on a black background
contrast 1.44:1
Card sample
#30233f text on a white background
contrast 14.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30233f;
Background color
Panel with #30233f background
background-color: #30233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30233f; background: linear-gradient(135deg, #30233f, #3F233B);