#102fdf
a balanced, electric blue · warm · closest name: blue
RGB
16, 47, 223
HSL
231°, 87%, 47%
CMYK
93, 79, 0, 13
Luminance
0.0747
Every format
| HEX | #102fdf |
| RGB | rgb(16, 47, 223) |
| HSL | hsl(231, 87%, 47%) |
| CMYK | cmyk(93%, 79%, 0%, 13%) |
| LAB | lab(32.9 56.9 -88.8) |
| LCH | lch(32.9 105.4 302.6) |
| OKLCH | oklch(0.445 0.258 265.3) |
Copy-ready code
/* CSS */
color: #102fdf;
background-color: #102fdf;
/* Tailwind (arbitrary) */
class="text-[#102fdf] bg-[#102fdf]"
/* SCSS */
$brand: #102fdf;
/* SwiftUI */
Color(red: 0.063, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#102fdf")Accessibility — WCAG contrast
Aa
#102fdf on white: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102fdf on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green18.4%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#102fdf text on a black background
contrast 2.49:1
Card sample
#102fdf text on a white background
contrast 8.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102fdf;
Background color
Panel with #102fdf background
background-color: #102fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102fdf; background: linear-gradient(135deg, #102fdf, #7B10DF);