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