#100835
a deep, vivid blue · warm · closest name: midnightblue
RGB
16, 8, 53
HSL
251°, 74%, 12%
CMYK
70, 85, 0, 79
Luminance
0.0054
Every format
| HEX | #100835 |
| RGB | rgb(16, 8, 53) |
| HSL | hsl(251, 74%, 12%) |
| CMYK | cmyk(70%, 85%, 0%, 79%) |
| LAB | lab(4.9 17.4 -27.1) |
| LCH | lch(4.9 32.2 302.7) |
| OKLCH | oklch(0.184 0.083 282.9) |
Copy-ready code
/* CSS */
color: #100835;
background-color: #100835;
/* Tailwind (arbitrary) */
class="text-[#100835] bg-[#100835]"
/* SCSS */
$brand: #100835;
/* SwiftUI */
Color(red: 0.063, green: 0.031, blue: 0.208)
/* Android */
Color.parseColor("#100835")Accessibility — WCAG contrast
Aa
#100835 on white: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100835 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green3.1%
Blue20.8%
CMYK percentages
Cyan69.8%
Magenta84.9%
Yellow0.0%
Key (black)79.2%
Color previews
#100835 text on a black background
contrast 1.11:1
Card sample
#100835 text on a white background
contrast 18.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100835;
Background color
Panel with #100835 background
background-color: #100835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 8, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 8, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100835; background: linear-gradient(135deg, #100835, #2E0835);