#300053
a deep, electric violet · warm · closest name: midnightblue
RGB
48, 0, 83
HSL
275°, 100%, 16%
CMYK
42, 100, 0, 68
Luminance
0.0125
Every format
| HEX | #300053 |
| RGB | rgb(48, 0, 83) |
| HSL | hsl(275, 100%, 16%) |
| CMYK | cmyk(42%, 100%, 0%, 68%) |
| LAB | lab(10.9 37.9 -38.3) |
| LCH | lch(10.9 53.9 314.7) |
| OKLCH | oklch(0.250 0.131 303.4) |
Copy-ready code
/* CSS */
color: #300053;
background-color: #300053;
/* Tailwind (arbitrary) */
class="text-[#300053] bg-[#300053]"
/* SCSS */
$brand: #300053;
/* SwiftUI */
Color(red: 0.188, green: 0.000, blue: 0.325)
/* Android */
Color.parseColor("#300053")Accessibility — WCAG contrast
Aa
#300053 on white: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300053 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green0.0%
Blue32.5%
CMYK percentages
Cyan42.2%
Magenta100.0%
Yellow0.0%
Key (black)67.5%
Color previews
#300053 text on a black background
contrast 1.25:1
Card sample
#300053 text on a white background
contrast 16.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300053;
Background color
Panel with #300053 background
background-color: #300053;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300053;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 0, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 0, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300053; background: linear-gradient(135deg, #300053, #53003F);