#100432
a deep, electric violet · warm · closest name: midnightblue
RGB
16, 4, 50
HSL
256°, 85%, 11%
CMYK
68, 92, 0, 80
Luminance
0.0043
Every format
| HEX | #100432 |
| RGB | rgb(16, 4, 50) |
| HSL | hsl(256, 85%, 11%) |
| CMYK | cmyk(68%, 92%, 0%, 80%) |
| LAB | lab(3.9 17.5 -26.5) |
| LCH | lch(3.9 31.8 303.4) |
| OKLCH | oklch(0.172 0.085 286.5) |
Copy-ready code
/* CSS */
color: #100432;
background-color: #100432;
/* Tailwind (arbitrary) */
class="text-[#100432] bg-[#100432]"
/* SCSS */
$brand: #100432;
/* SwiftUI */
Color(red: 0.063, green: 0.016, blue: 0.196)
/* Android */
Color.parseColor("#100432")Accessibility — WCAG contrast
Aa
#100432 on white: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100432 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green1.6%
Blue19.6%
CMYK percentages
Cyan68.0%
Magenta92.0%
Yellow0.0%
Key (black)80.4%
Color previews
#100432 text on a black background
contrast 1.09:1
Card sample
#100432 text on a white background
contrast 19.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100432;
Background color
Panel with #100432 background
background-color: #100432;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100432;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 4, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 4, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100432; background: linear-gradient(135deg, #100432, #2F0432);