#1c6df2
a balanced, electric blue · cool · closest name: royalblue
RGB
28, 109, 242
HSL
217°, 89%, 53%
CMYK
88, 55, 0, 5
Luminance
0.1759
Every format
| HEX | #1c6df2 |
| RGB | rgb(28, 109, 242) |
| HSL | hsl(217, 89%, 53%) |
| CMYK | cmyk(88%, 55%, 0%, 5%) |
| LAB | lab(49.0 26.7 -73.0) |
| LCH | lch(49.0 77.7 290.1) |
| OKLCH | oklch(0.569 0.214 260.4) |
Copy-ready code
/* CSS */
color: #1c6df2;
background-color: #1c6df2;
/* Tailwind (arbitrary) */
class="text-[#1c6df2] bg-[#1c6df2]"
/* SCSS */
$brand: #1c6df2;
/* SwiftUI */
Color(red: 0.110, green: 0.427, blue: 0.949)
/* Android */
Color.parseColor("#1c6df2")Accessibility — WCAG contrast
Aa
#1c6df2 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1c6df2 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green42.7%
Blue94.9%
CMYK percentages
Cyan88.4%
Magenta55.0%
Yellow0.0%
Key (black)5.1%
Color previews
#1c6df2 text on a black background
contrast 4.52:1
Card sample
#1c6df2 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c6df2;
Background color
Panel with #1c6df2 background
background-color: #1c6df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c6df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 109, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 109, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c6df2; background: linear-gradient(135deg, #1c6df2, #5A1CF2);