#100736
a deep, electric blue · warm · closest name: midnightblue
RGB
16, 7, 54
HSL
252°, 77%, 12%
CMYK
70, 87, 0, 79
Luminance
0.0053
Every format
| HEX | #100736 |
| RGB | rgb(16, 7, 54) |
| HSL | hsl(252, 77%, 12%) |
| CMYK | cmyk(70%, 87%, 0%, 79%) |
| LAB | lab(4.8 18.4 -28.0) |
| LCH | lch(4.8 33.5 303.2) |
| OKLCH | oklch(0.183 0.086 282.9) |
Copy-ready code
/* CSS */
color: #100736;
background-color: #100736;
/* Tailwind (arbitrary) */
class="text-[#100736] bg-[#100736]"
/* SCSS */
$brand: #100736;
/* SwiftUI */
Color(red: 0.063, green: 0.027, blue: 0.212)
/* Android */
Color.parseColor("#100736")Accessibility — WCAG contrast
Aa
#100736 on white: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100736 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green2.7%
Blue21.2%
CMYK percentages
Cyan70.4%
Magenta87.0%
Yellow0.0%
Key (black)78.8%
Color previews
#100736 text on a black background
contrast 1.11:1
Card sample
#100736 text on a white background
contrast 18.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100736;
Background color
Panel with #100736 background
background-color: #100736;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100736;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 7, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 7, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100736; background: linear-gradient(135deg, #100736, #2F0736);