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