#80a7df
a light, vivid blue · cool · closest name: steelblue
RGB
128, 167, 223
HSL
215°, 60%, 69%
CMYK
43, 25, 0, 13
Luminance
0.3755
Every format
| HEX | #80a7df |
| RGB | rgb(128, 167, 223) |
| HSL | hsl(215, 60%, 69%) |
| CMYK | cmyk(43%, 25%, 0%, 13%) |
| LAB | lab(67.7 1.1 -32.5) |
| LCH | lch(67.7 32.5 272.0) |
| OKLCH | oklch(0.722 0.093 257.4) |
Copy-ready code
/* CSS */
color: #80a7df;
background-color: #80a7df;
/* Tailwind (arbitrary) */
class="text-[#80a7df] bg-[#80a7df]"
/* SCSS */
$brand: #80a7df;
/* SwiftUI */
Color(red: 0.502, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#80a7df")Accessibility — WCAG contrast
Aa
#80a7df on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80a7df on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green65.5%
Blue87.5%
CMYK percentages
Cyan42.6%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#80a7df text on a black background
contrast 8.51:1
Card sample
#80a7df text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80a7df;
Background color
Panel with #80a7df background
background-color: #80a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80a7df; background: linear-gradient(135deg, #80a7df, #9880DF);