#1b0432
a deep, electric violet · warm · closest name: midnightblue
RGB
27, 4, 50
HSL
270°, 85%, 11%
CMYK
46, 92, 0, 80
Luminance
0.0055
Every format
| HEX | #1b0432 |
| RGB | rgb(27, 4, 50) |
| HSL | hsl(270, 85%, 11%) |
| CMYK | cmyk(46%, 92%, 0%, 80%) |
| LAB | lab(5.0 21.7 -24.7) |
| LCH | lch(5.0 32.9 311.3) |
| OKLCH | oklch(0.187 0.086 301.7) |
Copy-ready code
/* CSS */
color: #1b0432;
background-color: #1b0432;
/* Tailwind (arbitrary) */
class="text-[#1b0432] bg-[#1b0432]"
/* SCSS */
$brand: #1b0432;
/* SwiftUI */
Color(red: 0.106, green: 0.016, blue: 0.196)
/* Android */
Color.parseColor("#1b0432")Accessibility — WCAG contrast
Aa
#1b0432 on white: 18.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1b0432 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green1.6%
Blue19.6%
CMYK percentages
Cyan46.0%
Magenta92.0%
Yellow0.0%
Key (black)80.4%
Color previews
#1b0432 text on a black background
contrast 1.11:1
Card sample
#1b0432 text on a white background
contrast 18.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1b0432;
Background color
Panel with #1b0432 background
background-color: #1b0432;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1b0432;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 4, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 4, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1b0432; background: linear-gradient(135deg, #1b0432, #32042A);