#1c85ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
28, 133, 238
HSL
210°, 86%, 52%
CMYK
88, 44, 0, 7
Luminance
0.2319
Every format
| HEX | #1c85ee |
| RGB | rgb(28, 133, 238) |
| HSL | hsl(210, 86%, 52%) |
| CMYK | cmyk(88%, 44%, 0%, 7%) |
| LAB | lab(55.3 10.1 -60.6) |
| LCH | lch(55.3 61.4 279.5) |
| OKLCH | oklch(0.617 0.181 253.6) |
Copy-ready code
/* CSS */
color: #1c85ee;
background-color: #1c85ee;
/* Tailwind (arbitrary) */
class="text-[#1c85ee] bg-[#1c85ee]"
/* SCSS */
$brand: #1c85ee;
/* SwiftUI */
Color(red: 0.110, green: 0.522, blue: 0.933)
/* Android */
Color.parseColor("#1c85ee")Accessibility — WCAG contrast
Aa
#1c85ee on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1c85ee on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green52.2%
Blue93.3%
CMYK percentages
Cyan88.2%
Magenta44.1%
Yellow0.0%
Key (black)6.7%
Color previews
#1c85ee text on a black background
contrast 5.64:1
Card sample
#1c85ee text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c85ee;
Background color
Panel with #1c85ee background
background-color: #1c85ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c85ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 133, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 133, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c85ee; background: linear-gradient(135deg, #1c85ee, #3F1CEE);