#100849
a deep, electric blue · warm · closest name: midnightblue
RGB
16, 8, 73
HSL
247°, 80%, 16%
CMYK
78, 89, 0, 71
Luminance
0.0076
Every format
| HEX | #100849 |
| RGB | rgb(16, 8, 73) |
| HSL | hsl(247, 80%, 16%) |
| CMYK | cmyk(78%, 89%, 0%, 71%) |
| LAB | lab(6.9 26.8 -38.1) |
| LCH | lch(6.9 46.6 305.0) |
| OKLCH | oklch(0.209 0.111 276.4) |
Copy-ready code
/* CSS */
color: #100849;
background-color: #100849;
/* Tailwind (arbitrary) */
class="text-[#100849] bg-[#100849]"
/* SCSS */
$brand: #100849;
/* SwiftUI */
Color(red: 0.063, green: 0.031, blue: 0.286)
/* Android */
Color.parseColor("#100849")Accessibility — WCAG contrast
Aa
#100849 on white: 18.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100849 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green3.1%
Blue28.6%
CMYK percentages
Cyan78.1%
Magenta89.0%
Yellow0.0%
Key (black)71.4%
Color previews
#100849 text on a black background
contrast 1.15:1
Card sample
#100849 text on a white background
contrast 18.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100849;
Background color
Panel with #100849 background
background-color: #100849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 8, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 8, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100849; background: linear-gradient(135deg, #100849, #3B0849);