#afaced
a light, vivid blue · warm · closest name: plum
RGB
175, 172, 237
HSL
243°, 64%, 80%
CMYK
26, 27, 0, 7
Luminance
0.4473
Every format
| HEX | #afaced |
| RGB | rgb(175, 172, 237) |
| HSL | hsl(243, 64%, 80%) |
| CMYK | cmyk(26%, 27%, 0%, 7%) |
| LAB | lab(72.7 15.0 -32.1) |
| LCH | lch(72.7 35.4 295.0) |
| OKLCH | oklch(0.770 0.092 286.1) |
Copy-ready code
/* CSS */
color: #afaced;
background-color: #afaced;
/* Tailwind (arbitrary) */
class="text-[#afaced] bg-[#afaced]"
/* SCSS */
$brand: #afaced;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.929)
/* Android */
Color.parseColor("#afaced")Accessibility — WCAG contrast
Aa
#afaced on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaced on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta27.4%
Yellow0.0%
Key (black)7.1%
Color previews
#afaced text on a black background
contrast 9.95:1
Card sample
#afaced text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaced;
Background color
Panel with #afaced background
background-color: #afaced;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaced;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaced; background: linear-gradient(135deg, #afaced, #DAACED);