#1186fc
a balanced, electric blue · cool · closest name: dodgerblue
RGB
17, 134, 252
HSL
210°, 98%, 53%
CMYK
93, 47, 0, 1
Luminance
0.2420
Every format
| HEX | #1186fc |
| RGB | rgb(17, 134, 252) |
| HSL | hsl(210, 98%, 53%) |
| CMYK | cmyk(93%, 47%, 0%, 1%) |
| LAB | lab(56.3 14.3 -66.7) |
| LCH | lch(56.3 68.3 282.1) |
| OKLCH | oklch(0.627 0.199 254.8) |
Copy-ready code
/* CSS */
color: #1186fc;
background-color: #1186fc;
/* Tailwind (arbitrary) */
class="text-[#1186fc] bg-[#1186fc]"
/* SCSS */
$brand: #1186fc;
/* SwiftUI */
Color(red: 0.067, green: 0.525, blue: 0.988)
/* Android */
Color.parseColor("#1186fc")Accessibility — WCAG contrast
Aa
#1186fc on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1186fc on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green52.5%
Blue98.8%
CMYK percentages
Cyan93.3%
Magenta46.8%
Yellow0.0%
Key (black)1.2%
Color previews
#1186fc text on a black background
contrast 5.84:1
Card sample
#1186fc text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1186fc;
Background color
Panel with #1186fc background
background-color: #1186fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1186fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 134, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 134, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1186fc; background: linear-gradient(135deg, #1186fc, #3811FC);