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