#102fbc
a dark, electric blue · warm · closest name: navy
RGB
16, 47, 188
HSL
229°, 84%, 40%
CMYK
92, 75, 0, 26
Luminance
0.0577
Every format
| HEX | #102fbc |
| RGB | rgb(16, 47, 188) |
| HSL | hsl(229, 84%, 40%) |
| CMYK | cmyk(92%, 75%, 0%, 26%) |
| LAB | lab(28.8 45.2 -75.1) |
| LCH | lch(28.8 87.6 301.0) |
| OKLCH | oklch(0.405 0.218 265.4) |
Copy-ready code
/* CSS */
color: #102fbc;
background-color: #102fbc;
/* Tailwind (arbitrary) */
class="text-[#102fbc] bg-[#102fbc]"
/* SCSS */
$brand: #102fbc;
/* SwiftUI */
Color(red: 0.063, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#102fbc")Accessibility — WCAG contrast
Aa
#102fbc on white: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102fbc on black: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green18.4%
Blue73.7%
CMYK percentages
Cyan91.5%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#102fbc text on a black background
contrast 2.15:1
Card sample
#102fbc text on a white background
contrast 9.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102fbc;
Background color
Panel with #102fbc background
background-color: #102fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102fbc; background: linear-gradient(135deg, #102fbc, #6410BC);