#180c30
a deep, vivid violet · warm · closest name: black
RGB
24, 12, 48
HSL
260°, 60%, 12%
CMYK
50, 75, 0, 81
Luminance
0.0067
Every format
| HEX | #180c30 |
| RGB | rgb(24, 12, 48) |
| HSL | hsl(260, 60%, 12%) |
| CMYK | cmyk(50%, 75%, 0%, 81%) |
| LAB | lab(6.1 16.0 -21.5) |
| LCH | lch(6.1 26.8 306.7) |
| OKLCH | oklch(0.196 0.068 294.6) |
Copy-ready code
/* CSS */
color: #180c30;
background-color: #180c30;
/* Tailwind (arbitrary) */
class="text-[#180c30] bg-[#180c30]"
/* SCSS */
$brand: #180c30;
/* SwiftUI */
Color(red: 0.094, green: 0.047, blue: 0.188)
/* Android */
Color.parseColor("#180c30")Accessibility — WCAG contrast
Aa
#180c30 on white: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#180c30 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green4.7%
Blue18.8%
CMYK percentages
Cyan50.0%
Magenta75.0%
Yellow0.0%
Key (black)81.2%
Color previews
#180c30 text on a black background
contrast 1.13:1
Card sample
#180c30 text on a white background
contrast 18.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #180c30;
Background color
Panel with #180c30 background
background-color: #180c30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #180c30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 12, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 12, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #180c30; background: linear-gradient(135deg, #180c30, #300C30);