#28abfd
a balanced, electric blue · cool · closest name: dodgerblue
RGB
40, 171, 253
HSL
203°, 98%, 58%
CMYK
84, 32, 0, 1
Luminance
0.3667
Every format
| HEX | #28abfd |
| RGB | rgb(40, 171, 253) |
| HSL | hsl(203, 98%, 58%) |
| CMYK | cmyk(84%, 32%, 0%, 1%) |
| LAB | lab(67.0 -5.9 -50.1) |
| LCH | lch(67.0 50.5 263.3) |
| OKLCH | oklch(0.712 0.160 242.9) |
Copy-ready code
/* CSS */
color: #28abfd;
background-color: #28abfd;
/* Tailwind (arbitrary) */
class="text-[#28abfd] bg-[#28abfd]"
/* SCSS */
$brand: #28abfd;
/* SwiftUI */
Color(red: 0.157, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#28abfd")Accessibility — WCAG contrast
Aa
#28abfd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28abfd on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green67.1%
Blue99.2%
CMYK percentages
Cyan84.2%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#28abfd text on a black background
contrast 8.33:1
Card sample
#28abfd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28abfd;
Background color
Panel with #28abfd background
background-color: #28abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28abfd; background: linear-gradient(135deg, #28abfd, #3328FD);