#102b93
a dark, electric blue · warm · closest name: midnightblue
RGB
16, 43, 147
HSL
228°, 80%, 32%
CMYK
89, 71, 0, 42
Luminance
0.0394
Every format
| HEX | #102b93 |
| RGB | rgb(16, 43, 147) |
| HSL | hsl(228, 80%, 32%) |
| CMYK | cmyk(89%, 71%, 0%, 42%) |
| LAB | lab(23.5 32.6 -59.1) |
| LCH | lch(23.5 67.5 298.9) |
| OKLCH | oklch(0.353 0.172 265.6) |
Copy-ready code
/* CSS */
color: #102b93;
background-color: #102b93;
/* Tailwind (arbitrary) */
class="text-[#102b93] bg-[#102b93]"
/* SCSS */
$brand: #102b93;
/* SwiftUI */
Color(red: 0.063, green: 0.169, blue: 0.576)
/* Android */
Color.parseColor("#102b93")Accessibility — WCAG contrast
Aa
#102b93 on white: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102b93 on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green16.9%
Blue57.6%
CMYK percentages
Cyan89.1%
Magenta70.7%
Yellow0.0%
Key (black)42.4%
Color previews
#102b93 text on a black background
contrast 1.79:1
Card sample
#102b93 text on a white background
contrast 11.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102b93;
Background color
Panel with #102b93 background
background-color: #102b93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102b93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 43, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 43, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102b93; background: linear-gradient(135deg, #102b93, #4C1093);