#a0adef
a light, vivid blue · warm · closest name: steelblue
RGB
160, 173, 239
HSL
230°, 71%, 78%
CMYK
33, 28, 0, 6
Luminance
0.4359
Every format
| HEX | #a0adef |
| RGB | rgb(160, 173, 239) |
| HSL | hsl(230, 71%, 78%) |
| CMYK | cmyk(33%, 28%, 0%, 6%) |
| LAB | lab(72.0 10.6 -34.4) |
| LCH | lch(72.0 36.0 287.2) |
| OKLCH | oklch(0.762 0.096 275.3) |
Copy-ready code
/* CSS */
color: #a0adef;
background-color: #a0adef;
/* Tailwind (arbitrary) */
class="text-[#a0adef] bg-[#a0adef]"
/* SCSS */
$brand: #a0adef;
/* SwiftUI */
Color(red: 0.627, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#a0adef")Accessibility — WCAG contrast
Aa
#a0adef on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0adef on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan33.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#a0adef text on a black background
contrast 9.72:1
Card sample
#a0adef text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0adef;
Background color
Panel with #a0adef background
background-color: #a0adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0adef; background: linear-gradient(135deg, #a0adef, #C8A0EF);