#a2addf
a light, vivid blue · warm · closest name: steelblue
RGB
162, 173, 223
HSL
229°, 49%, 76%
CMYK
27, 22, 0, 13
Luminance
0.4290
Every format
| HEX | #a2addf |
| RGB | rgb(162, 173, 223) |
| HSL | hsl(229, 49%, 76%) |
| CMYK | cmyk(27%, 22%, 0%, 13%) |
| LAB | lab(71.5 7.2 -26.4) |
| LCH | lch(71.5 27.4 285.3) |
| OKLCH | oklch(0.757 0.073 274.9) |
Copy-ready code
/* CSS */
color: #a2addf;
background-color: #a2addf;
/* Tailwind (arbitrary) */
class="text-[#a2addf] bg-[#a2addf]"
/* SCSS */
$brand: #a2addf;
/* SwiftUI */
Color(red: 0.635, green: 0.678, blue: 0.875)
/* Android */
Color.parseColor("#a2addf")Accessibility — WCAG contrast
Aa
#a2addf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2addf on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green67.8%
Blue87.5%
CMYK percentages
Cyan27.4%
Magenta22.4%
Yellow0.0%
Key (black)12.5%
Color previews
#a2addf text on a black background
contrast 9.58:1
Card sample
#a2addf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2addf;
Background color
Panel with #a2addf background
background-color: #a2addf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2addf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 173, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 173, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2addf; background: linear-gradient(135deg, #a2addf, #C0A2DF);