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