#100430
a deep, electric violet · warm · closest name: black
RGB
16, 4, 48
HSL
256°, 85%, 10%
CMYK
67, 92, 0, 81
Luminance
0.0041
Every format
| HEX | #100430 |
| RGB | rgb(16, 4, 48) |
| HSL | hsl(256, 85%, 10%) |
| CMYK | cmyk(67%, 92%, 0%, 81%) |
| LAB | lab(3.7 16.4 -25.3) |
| LCH | lch(3.7 30.1 303.0) |
| OKLCH | oklch(0.170 0.082 287.7) |
Copy-ready code
/* CSS */
color: #100430;
background-color: #100430;
/* Tailwind (arbitrary) */
class="text-[#100430] bg-[#100430]"
/* SCSS */
$brand: #100430;
/* SwiftUI */
Color(red: 0.063, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#100430")Accessibility — WCAG contrast
Aa
#100430 on white: 19.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100430 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green1.6%
Blue18.8%
CMYK percentages
Cyan66.7%
Magenta91.7%
Yellow0.0%
Key (black)81.2%
Color previews
#100430 text on a black background
contrast 1.08:1
Card sample
#100430 text on a white background
contrast 19.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100430;
Background color
Panel with #100430 background
background-color: #100430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100430; background: linear-gradient(135deg, #100430, #2D0430);