#180330
a deep, electric violet · warm · closest name: midnightblue
RGB
24, 3, 48
HSL
268°, 88%, 10%
CMYK
50, 94, 0, 81
Luminance
0.0047
Every format
| HEX | #180330 |
| RGB | rgb(24, 3, 48) |
| HSL | hsl(268, 88%, 10%) |
| CMYK | cmyk(50%, 94%, 0%, 81%) |
| LAB | lab(4.3 20.1 -24.4) |
| LCH | lch(4.3 31.5 309.5) |
| OKLCH | oklch(0.179 0.085 299.7) |
Copy-ready code
/* CSS */
color: #180330;
background-color: #180330;
/* Tailwind (arbitrary) */
class="text-[#180330] bg-[#180330]"
/* SCSS */
$brand: #180330;
/* SwiftUI */
Color(red: 0.094, green: 0.012, blue: 0.188)
/* Android */
Color.parseColor("#180330")Accessibility — WCAG contrast
Aa
#180330 on white: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180330 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green1.2%
Blue18.8%
CMYK percentages
Cyan50.0%
Magenta93.8%
Yellow0.0%
Key (black)81.2%
Color previews
#180330 text on a black background
contrast 1.09:1
Card sample
#180330 text on a white background
contrast 19.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180330;
Background color
Panel with #180330 background
background-color: #180330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 3, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 3, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180330; background: linear-gradient(135deg, #180330, #30032A);