#110cda
a balanced, electric blue · warm · closest name: blue
RGB
17, 12, 218
HSL
242°, 90%, 45%
CMYK
92, 95, 0, 15
Luminance
0.0544
Every format
| HEX | #110cda |
| RGB | rgb(17, 12, 218) |
| HSL | hsl(242, 90%, 45%) |
| CMYK | cmyk(92%, 95%, 0%, 15%) |
| LAB | lab(28.0 68.2 -94.0) |
| LCH | lch(28.0 116.2 306.0) |
| OKLCH | oklch(0.410 0.273 265.8) |
Copy-ready code
/* CSS */
color: #110cda;
background-color: #110cda;
/* Tailwind (arbitrary) */
class="text-[#110cda] bg-[#110cda]"
/* SCSS */
$brand: #110cda;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.855)
/* Android */
Color.parseColor("#110cda")Accessibility — WCAG contrast
Aa
#110cda on white: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110cda on black: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue85.5%
CMYK percentages
Cyan92.2%
Magenta94.5%
Yellow0.0%
Key (black)14.5%
Color previews
#110cda text on a black background
contrast 2.09:1
Card sample
#110cda text on a white background
contrast 10.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110cda;
Background color
Panel with #110cda background
background-color: #110cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110cda; background: linear-gradient(135deg, #110cda, #9B0CDA);