#102fac
a dark, electric blue · warm · closest name: navy
RGB
16, 47, 172
HSL
228°, 83%, 37%
CMYK
91, 73, 0, 33
Luminance
0.0512
Every format
| HEX | #102fac |
| RGB | rgb(16, 47, 172) |
| HSL | hsl(228, 83%, 37%) |
| CMYK | cmyk(91%, 73%, 0%, 33%) |
| LAB | lab(27.1 39.4 -68.4) |
| LCH | lch(27.1 79.0 300.0) |
| OKLCH | oklch(0.387 0.199 265.4) |
Copy-ready code
/* CSS */
color: #102fac;
background-color: #102fac;
/* Tailwind (arbitrary) */
class="text-[#102fac] bg-[#102fac]"
/* SCSS */
$brand: #102fac;
/* SwiftUI */
Color(red: 0.063, green: 0.184, blue: 0.675)
/* Android */
Color.parseColor("#102fac")Accessibility — WCAG contrast
Aa
#102fac on white: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102fac on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green18.4%
Blue67.5%
CMYK percentages
Cyan90.7%
Magenta72.7%
Yellow0.0%
Key (black)32.5%
Color previews
#102fac text on a black background
contrast 2.02:1
Card sample
#102fac text on a white background
contrast 10.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102fac;
Background color
Panel with #102fac background
background-color: #102fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 47, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 47, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102fac; background: linear-gradient(135deg, #102fac, #5910AC);