#a5adef
a light, vivid blue · warm · closest name: plum
RGB
165, 173, 239
HSL
234°, 70%, 79%
CMYK
31, 28, 0, 6
Luminance
0.4412
Every format
| HEX | #a5adef |
| RGB | rgb(165, 173, 239) |
| HSL | hsl(234, 70%, 79%) |
| CMYK | cmyk(31%, 28%, 0%, 6%) |
| LAB | lab(72.3 12.0 -33.9) |
| LCH | lch(72.3 35.9 289.6) |
| OKLCH | oklch(0.766 0.095 278.6) |
Copy-ready code
/* CSS */
color: #a5adef;
background-color: #a5adef;
/* Tailwind (arbitrary) */
class="text-[#a5adef] bg-[#a5adef]"
/* SCSS */
$brand: #a5adef;
/* SwiftUI */
Color(red: 0.647, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#a5adef")Accessibility — WCAG contrast
Aa
#a5adef on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5adef on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green67.8%
Blue93.7%
CMYK percentages
Cyan31.0%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#a5adef text on a black background
contrast 9.82:1
Card sample
#a5adef text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5adef;
Background color
Panel with #a5adef background
background-color: #a5adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5adef; background: linear-gradient(135deg, #a5adef, #CEA5EF);