#afade4
a light, vivid blue · warm · closest name: plum
RGB
175, 173, 228
HSL
242°, 51%, 79%
CMYK
23, 24, 0, 11
Luminance
0.4460
Every format
| HEX | #afade4 |
| RGB | rgb(175, 173, 228) |
| HSL | hsl(242, 51%, 79%) |
| CMYK | cmyk(23%, 24%, 0%, 11%) |
| LAB | lab(72.6 12.3 -27.3) |
| LCH | lch(72.6 30.0 294.3) |
| OKLCH | oklch(0.769 0.078 286.1) |
Copy-ready code
/* CSS */
color: #afade4;
background-color: #afade4;
/* Tailwind (arbitrary) */
class="text-[#afade4] bg-[#afade4]"
/* SCSS */
$brand: #afade4;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.894)
/* Android */
Color.parseColor("#afade4")Accessibility — WCAG contrast
Aa
#afade4 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afade4 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue89.4%
CMYK percentages
Cyan23.2%
Magenta24.1%
Yellow0.0%
Key (black)10.6%
Color previews
#afade4 text on a black background
contrast 9.92:1
Card sample
#afade4 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afade4;
Background color
Panel with #afade4 background
background-color: #afade4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afade4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afade4; background: linear-gradient(135deg, #afade4, #D4ADE4);