#1cabfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
28, 171, 253
HSL
202°, 98%, 55%
CMYK
89, 32, 0, 1
Luminance
0.3646
Every format
| HEX | #1cabfd |
| RGB | rgb(28, 171, 253) |
| HSL | hsl(202, 98%, 55%) |
| CMYK | cmyk(89%, 32%, 0%, 1%) |
| LAB | lab(66.9 -6.6 -50.4) |
| LCH | lch(66.9 50.8 262.5) |
| OKLCH | oklch(0.710 0.162 242.0) |
Copy-ready code
/* CSS */
color: #1cabfd;
background-color: #1cabfd;
/* Tailwind (arbitrary) */
class="text-[#1cabfd] bg-[#1cabfd]"
/* SCSS */
$brand: #1cabfd;
/* SwiftUI */
Color(red: 0.110, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#1cabfd")Accessibility — WCAG contrast
Aa
#1cabfd on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cabfd on black: 8.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green67.1%
Blue99.2%
CMYK percentages
Cyan88.9%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#1cabfd text on a black background
contrast 8.29:1
Card sample
#1cabfd text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cabfd;
Background color
Panel with #1cabfd background
background-color: #1cabfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cabfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cabfd; background: linear-gradient(135deg, #1cabfd, #231CFD);