#80b3f1
a light, electric blue · cool · closest name: steelblue
RGB
128, 179, 241
HSL
213°, 80%, 72%
CMYK
47, 26, 0, 6
Luminance
0.4318
Every format
| HEX | #80b3f1 |
| RGB | rgb(128, 179, 241) |
| HSL | hsl(213, 80%, 72%) |
| CMYK | cmyk(47%, 26%, 0%, 6%) |
| LAB | lab(71.7 -0.5 -36.1) |
| LCH | lch(71.7 36.1 269.3) |
| OKLCH | oklch(0.755 0.105 253.8) |
Copy-ready code
/* CSS */
color: #80b3f1;
background-color: #80b3f1;
/* Tailwind (arbitrary) */
class="text-[#80b3f1] bg-[#80b3f1]"
/* SCSS */
$brand: #80b3f1;
/* SwiftUI */
Color(red: 0.502, green: 0.702, blue: 0.945)
/* Android */
Color.parseColor("#80b3f1")Accessibility — WCAG contrast
Aa
#80b3f1 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80b3f1 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green70.2%
Blue94.5%
CMYK percentages
Cyan46.9%
Magenta25.7%
Yellow0.0%
Key (black)5.5%
Color previews
#80b3f1 text on a black background
contrast 9.64:1
Card sample
#80b3f1 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80b3f1;
Background color
Panel with #80b3f1 background
background-color: #80b3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80b3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 179, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 179, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80b3f1; background: linear-gradient(135deg, #80b3f1, #9880F1);