#102439
a deep, vivid blue · cool · closest name: black
RGB
16, 36, 57
HSL
211°, 56%, 14%
CMYK
72, 37, 0, 78
Luminance
0.0167
Every format
| HEX | #102439 |
| RGB | rgb(16, 36, 57) |
| HSL | hsl(211, 56%, 14%) |
| CMYK | cmyk(72%, 37%, 0%, 78%) |
| LAB | lab(13.6 -0.1 -16.0) |
| LCH | lch(13.6 16.0 269.8) |
| OKLCH | oklch(0.255 0.048 251.2) |
Copy-ready code
/* CSS */
color: #102439;
background-color: #102439;
/* Tailwind (arbitrary) */
class="text-[#102439] bg-[#102439]"
/* SCSS */
$brand: #102439;
/* SwiftUI */
Color(red: 0.063, green: 0.141, blue: 0.224)
/* Android */
Color.parseColor("#102439")Accessibility — WCAG contrast
Aa
#102439 on white: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102439 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green14.1%
Blue22.4%
CMYK percentages
Cyan71.9%
Magenta36.8%
Yellow0.0%
Key (black)77.6%
Color previews
#102439 text on a black background
contrast 1.33:1
Card sample
#102439 text on a white background
contrast 15.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102439;
Background color
Panel with #102439 background
background-color: #102439;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102439;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 36, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 36, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102439; background: linear-gradient(135deg, #102439, #171039);