#110ced
a balanced, electric blue · warm · closest name: blue
RGB
17, 12, 237
HSL
241°, 90%, 49%
CMYK
93, 95, 0, 7
Luminance
0.0650
Every format
| HEX | #110ced |
| RGB | rgb(17, 12, 237) |
| HSL | hsl(241, 90%, 49%) |
| CMYK | cmyk(93%, 95%, 0%, 7%) |
| LAB | lab(30.6 73.0 -100.5) |
| LCH | lch(30.6 124.2 306.0) |
| OKLCH | oklch(0.435 0.291 265.5) |
Copy-ready code
/* CSS */
color: #110ced;
background-color: #110ced;
/* Tailwind (arbitrary) */
class="text-[#110ced] bg-[#110ced]"
/* SCSS */
$brand: #110ced;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.929)
/* Android */
Color.parseColor("#110ced")Accessibility — WCAG contrast
Aa
#110ced on white: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110ced on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue92.9%
CMYK percentages
Cyan92.8%
Magenta94.9%
Yellow0.0%
Key (black)7.1%
Color previews
#110ced text on a black background
contrast 2.30:1
Card sample
#110ced text on a white background
contrast 9.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110ced;
Background color
Panel with #110ced background
background-color: #110ced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110ced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110ced; background: linear-gradient(135deg, #110ced, #A70CED);