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