#afbefd
a light, electric blue · warm · closest name: plum
RGB
175, 190, 253
HSL
229°, 95%, 84%
CMYK
31, 25, 0, 1
Luminance
0.5303
Every format
| HEX | #afbefd |
| RGB | rgb(175, 190, 253) |
| HSL | hsl(229, 95%, 84%) |
| CMYK | cmyk(31%, 25%, 0%, 1%) |
| LAB | lab(77.9 8.9 -32.7) |
| LCH | lch(77.9 33.9 285.3) |
| OKLCH | oklch(0.813 0.091 273.9) |
Copy-ready code
/* CSS */
color: #afbefd;
background-color: #afbefd;
/* Tailwind (arbitrary) */
class="text-[#afbefd] bg-[#afbefd]"
/* SCSS */
$brand: #afbefd;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.992)
/* Android */
Color.parseColor("#afbefd")Accessibility — WCAG contrast
Aa
#afbefd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbefd on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta24.9%
Yellow0.0%
Key (black)0.8%
Color previews
#afbefd text on a black background
contrast 11.61:1
Card sample
#afbefd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbefd;
Background color
Panel with #afbefd background
background-color: #afbefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbefd; background: linear-gradient(135deg, #afbefd, #D4AFFD);