#80b3fd
a light, electric blue · cool · closest name: steelblue
RGB
128, 179, 253
HSL
216°, 97%, 75%
CMYK
49, 29, 0, 1
Luminance
0.4392
Every format
| HEX | #80b3fd |
| RGB | rgb(128, 179, 253) |
| HSL | hsl(216, 97%, 75%) |
| CMYK | cmyk(49%, 29%, 0%, 1%) |
| LAB | lab(72.2 3.0 -41.8) |
| LCH | lch(72.2 41.9 274.1) |
| OKLCH | oklch(0.761 0.120 257.6) |
Copy-ready code
/* CSS */
color: #80b3fd;
background-color: #80b3fd;
/* Tailwind (arbitrary) */
class="text-[#80b3fd] bg-[#80b3fd]"
/* SCSS */
$brand: #80b3fd;
/* SwiftUI */
Color(red: 0.502, green: 0.702, blue: 0.992)
/* Android */
Color.parseColor("#80b3fd")Accessibility — WCAG contrast
Aa
#80b3fd on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80b3fd on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green70.2%
Blue99.2%
CMYK percentages
Cyan49.4%
Magenta29.2%
Yellow0.0%
Key (black)0.8%
Color previews
#80b3fd text on a black background
contrast 9.78:1
Card sample
#80b3fd text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80b3fd;
Background color
Panel with #80b3fd background
background-color: #80b3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80b3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 179, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 179, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80b3fd; background: linear-gradient(135deg, #80b3fd, #A080FD);