#afade1
a light, vivid blue · warm · closest name: plum
RGB
175, 173, 225
HSL
242°, 46%, 78%
CMYK
22, 23, 0, 12
Luminance
0.4444
Every format
| HEX | #afade1 |
| RGB | rgb(175, 173, 225) |
| HSL | hsl(242, 46%, 78%) |
| CMYK | cmyk(22%, 23%, 0%, 12%) |
| LAB | lab(72.5 11.6 -25.9) |
| LCH | lch(72.5 28.3 294.2) |
| OKLCH | oklch(0.767 0.074 286.3) |
Copy-ready code
/* CSS */
color: #afade1;
background-color: #afade1;
/* Tailwind (arbitrary) */
class="text-[#afade1] bg-[#afade1]"
/* SCSS */
$brand: #afade1;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.882)
/* Android */
Color.parseColor("#afade1")Accessibility — WCAG contrast
Aa
#afade1 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afade1 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue88.2%
CMYK percentages
Cyan22.2%
Magenta23.1%
Yellow0.0%
Key (black)11.8%
Color previews
#afade1 text on a black background
contrast 9.89:1
Card sample
#afade1 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afade1;
Background color
Panel with #afade1 background
background-color: #afade1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afade1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afade1; background: linear-gradient(135deg, #afade1, #D2ADE1);