#1c8dfd
a balanced, electric blue · cool · “dodgerblue”
RGB
28, 141, 253
HSL
210°, 98%, 55%
CMYK
89, 44, 0, 1
Luminance
0.2639
Every format
| HEX | #1c8dfd |
| RGB | rgb(28, 141, 253) |
| HSL | hsl(210, 98%, 55%) |
| CMYK | cmyk(89%, 44%, 0%, 1%) |
| LAB | lab(58.4 10.9 -63.9) |
| LCH | lch(58.4 64.8 279.7) |
| OKLCH | oklch(0.644 0.191 253.6) |
Copy-ready code
/* CSS */
color: #1c8dfd;
background-color: #1c8dfd;
/* Tailwind (arbitrary) */
class="text-[#1c8dfd] bg-[#1c8dfd]"
/* SCSS */
$brand: #1c8dfd;
/* SwiftUI */
Color(red: 0.110, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#1c8dfd")Accessibility — WCAG contrast
Aa
#1c8dfd on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1c8dfd on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green55.3%
Blue99.2%
CMYK percentages
Cyan88.9%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#1c8dfd text on a black background
contrast 6.28:1
Card sample
#1c8dfd text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1c8dfd;
Background color
Panel with #1c8dfd background
background-color: #1c8dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1c8dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1c8dfd; background: linear-gradient(135deg, #1c8dfd, #411CFD);