#1b0330
a deep, electric violet · warm · closest name: midnightblue
RGB
27, 3, 48
HSL
272°, 88%, 10%
CMYK
44, 94, 0, 81
Luminance
0.0051
Every format
| HEX | #1b0330 |
| RGB | rgb(27, 3, 48) |
| HSL | hsl(272, 88%, 10%) |
| CMYK | cmyk(44%, 94%, 0%, 81%) |
| LAB | lab(4.6 21.3 -23.8) |
| LCH | lch(4.6 31.9 311.9) |
| OKLCH | oklch(0.183 0.085 303.8) |
Copy-ready code
/* CSS */
color: #1b0330;
background-color: #1b0330;
/* Tailwind (arbitrary) */
class="text-[#1b0330] bg-[#1b0330]"
/* SCSS */
$brand: #1b0330;
/* SwiftUI */
Color(red: 0.106, green: 0.012, blue: 0.188)
/* Android */
Color.parseColor("#1b0330")Accessibility — WCAG contrast
Aa
#1b0330 on white: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0330 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green1.2%
Blue18.8%
CMYK percentages
Cyan43.8%
Magenta93.8%
Yellow0.0%
Key (black)81.2%
Color previews
#1b0330 text on a black background
contrast 1.10:1
Card sample
#1b0330 text on a white background
contrast 19.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0330;
Background color
Panel with #1b0330 background
background-color: #1b0330;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0330;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 3, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 3, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0330; background: linear-gradient(135deg, #1b0330, #300327);