#8aaddf
a light, vivid blue · cool · closest name: steelblue
RGB
138, 173, 223
HSL
215°, 57%, 71%
CMYK
38, 22, 0, 13
Luminance
0.4062
Every format
| HEX | #8aaddf |
| RGB | rgb(138, 173, 223) |
| HSL | hsl(215, 57%, 71%) |
| CMYK | cmyk(38%, 22%, 0%, 13%) |
| LAB | lab(69.9 0.4 -29.0) |
| LCH | lch(69.9 29.0 270.9) |
| OKLCH | oklch(0.740 0.082 257.3) |
Copy-ready code
/* CSS */
color: #8aaddf;
background-color: #8aaddf;
/* Tailwind (arbitrary) */
class="text-[#8aaddf] bg-[#8aaddf]"
/* SCSS */
$brand: #8aaddf;
/* SwiftUI */
Color(red: 0.541, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#8aaddf")Accessibility — WCAG contrast
Aa
#8aaddf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8aaddf on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green67.8%
Blue87.5%
CMYK percentages
Cyan38.1%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#8aaddf text on a black background
contrast 9.12:1
Card sample
#8aaddf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8aaddf;
Background color
Panel with #8aaddf background
background-color: #8aaddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8aaddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8aaddf; background: linear-gradient(135deg, #8aaddf, #A08ADF);