#afadeb
a light, vivid blue · warm · closest name: plum
RGB
175, 173, 235
HSL
242°, 61%, 80%
CMYK
26, 26, 0, 8
Luminance
0.4500
Every format
| HEX | #afadeb |
| RGB | rgb(175, 173, 235) |
| HSL | hsl(242, 61%, 80%) |
| CMYK | cmyk(26%, 26%, 0%, 8%) |
| LAB | lab(72.9 13.9 -30.7) |
| LCH | lch(72.9 33.7 294.4) |
| OKLCH | oklch(0.772 0.088 285.6) |
Copy-ready code
/* CSS */
color: #afadeb;
background-color: #afadeb;
/* Tailwind (arbitrary) */
class="text-[#afadeb] bg-[#afadeb]"
/* SCSS */
$brand: #afadeb;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#afadeb")Accessibility — WCAG contrast
Aa
#afadeb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadeb on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#afadeb text on a black background
contrast 10.00:1
Card sample
#afadeb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadeb;
Background color
Panel with #afadeb background
background-color: #afadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadeb; background: linear-gradient(135deg, #afadeb, #D8ADEB);