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