#100cdf
a balanced, electric blue · warm · closest name: blue
RGB
16, 12, 223
HSL
241°, 90%, 46%
CMYK
93, 95, 0, 13
Luminance
0.0570
Every format
| HEX | #100cdf |
| RGB | rgb(16, 12, 223) |
| HSL | hsl(241, 90%, 46%) |
| CMYK | cmyk(93%, 95%, 0%, 13%) |
| LAB | lab(28.6 69.5 -95.8) |
| LCH | lch(28.6 118.3 306.0) |
| OKLCH | oklch(0.416 0.278 265.6) |
Copy-ready code
/* CSS */
color: #100cdf;
background-color: #100cdf;
/* Tailwind (arbitrary) */
class="text-[#100cdf] bg-[#100cdf]"
/* SCSS */
$brand: #100cdf;
/* SwiftUI */
Color(red: 0.063, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#100cdf")Accessibility — WCAG contrast
Aa
#100cdf on white: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#100cdf on black: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.3%
Green4.7%
Blue87.5%
CMYK percentages
Cyan92.8%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#100cdf text on a black background
contrast 2.14:1
Card sample
#100cdf text on a white background
contrast 9.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #100cdf;
Background color
Panel with #100cdf background
background-color: #100cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #100cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(16, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(16, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #100cdf; background: linear-gradient(135deg, #100cdf, #9D0CDF);