#110cfc
a balanced, electric blue · warm · closest name: blue
RGB
17, 12, 252
HSL
241°, 98%, 52%
CMYK
93, 95, 0, 1
Luminance
0.0741
Every format
| HEX | #110cfc |
| RGB | rgb(17, 12, 252) |
| HSL | hsl(241, 98%, 52%) |
| CMYK | cmyk(93%, 95%, 0%, 1%) |
| LAB | lab(32.7 76.8 -105.5) |
| LCH | lch(32.7 130.4 306.0) |
| OKLCH | oklch(0.455 0.306 265.3) |
Copy-ready code
/* CSS */
color: #110cfc;
background-color: #110cfc;
/* Tailwind (arbitrary) */
class="text-[#110cfc] bg-[#110cfc]"
/* SCSS */
$brand: #110cfc;
/* SwiftUI */
Color(red: 0.067, green: 0.047, blue: 0.988)
/* Android */
Color.parseColor("#110cfc")Accessibility — WCAG contrast
Aa
#110cfc on white: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#110cfc on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green4.7%
Blue98.8%
CMYK percentages
Cyan93.3%
Magenta95.2%
Yellow0.0%
Key (black)1.2%
Color previews
#110cfc text on a black background
contrast 2.48:1
Card sample
#110cfc text on a white background
contrast 8.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #110cfc;
Background color
Panel with #110cfc background
background-color: #110cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #110cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 12, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 12, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #110cfc; background: linear-gradient(135deg, #110cfc, #B10CFC);