#80adfd
a light, electric blue · cool · closest name: dodgerblue
RGB
128, 173, 253
HSL
218°, 97%, 75%
CMYK
49, 32, 0, 1
Luminance
0.4157
Every format
| HEX | #80adfd |
| RGB | rgb(128, 173, 253) |
| HSL | hsl(218, 97%, 75%) |
| CMYK | cmyk(49%, 32%, 0%, 1%) |
| LAB | lab(70.6 6.4 -44.3) |
| LCH | lch(70.6 44.8 278.2) |
| OKLCH | oklch(0.748 0.126 261.4) |
Copy-ready code
/* CSS */
color: #80adfd;
background-color: #80adfd;
/* Tailwind (arbitrary) */
class="text-[#80adfd] bg-[#80adfd]"
/* SCSS */
$brand: #80adfd;
/* SwiftUI */
Color(red: 0.502, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#80adfd")Accessibility — WCAG contrast
Aa
#80adfd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80adfd on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green67.8%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#80adfd text on a black background
contrast 9.31:1
Card sample
#80adfd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80adfd;
Background color
Panel with #80adfd background
background-color: #80adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80adfd; background: linear-gradient(135deg, #80adfd, #A680FD);