#102cdf
a balanced, electric blue · warm · closest name: blue
RGB
16, 44, 223
HSL
232°, 87%, 47%
CMYK
93, 80, 0, 13
Luminance
0.0724
Every format
| HEX | #102cdf |
| RGB | rgb(16, 44, 223) |
| HSL | hsl(232, 87%, 47%) |
| CMYK | cmyk(93%, 80%, 0%, 13%) |
| LAB | lab(32.3 58.4 -89.6) |
| LCH | lch(32.3 107.0 303.1) |
| OKLCH | oklch(0.441 0.261 265.4) |
Copy-ready code
/* CSS */
color: #102cdf;
background-color: #102cdf;
/* Tailwind (arbitrary) */
class="text-[#102cdf] bg-[#102cdf]"
/* SCSS */
$brand: #102cdf;
/* SwiftUI */
Color(red: 0.063, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#102cdf")Accessibility — WCAG contrast
Aa
#102cdf on white: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#102cdf on black: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green17.3%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#102cdf text on a black background
contrast 2.45:1
Card sample
#102cdf text on a white background
contrast 8.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #102cdf;
Background color
Panel with #102cdf background
background-color: #102cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #102cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #102cdf; background: linear-gradient(135deg, #102cdf, #7E10DF);