#afbbfd
a light, electric blue · warm · closest name: plum
RGB
175, 187, 253
HSL
231°, 95%, 84%
CMYK
31, 26, 0, 1
Luminance
0.5175
Every format
| HEX | #afbbfd |
| RGB | rgb(175, 187, 253) |
| HSL | hsl(231, 95%, 84%) |
| CMYK | cmyk(31%, 26%, 0%, 1%) |
| LAB | lab(77.1 10.6 -33.9) |
| LCH | lch(77.1 35.5 287.3) |
| OKLCH | oklch(0.807 0.094 276.1) |
Copy-ready code
/* CSS */
color: #afbbfd;
background-color: #afbbfd;
/* Tailwind (arbitrary) */
class="text-[#afbbfd] bg-[#afbbfd]"
/* SCSS */
$brand: #afbbfd;
/* SwiftUI */
Color(red: 0.686, green: 0.733, blue: 0.992)
/* Android */
Color.parseColor("#afbbfd")Accessibility — WCAG contrast
Aa
#afbbfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbbfd on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green73.3%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta26.1%
Yellow0.0%
Key (black)0.8%
Color previews
#afbbfd text on a black background
contrast 11.35:1
Card sample
#afbbfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbbfd;
Background color
Panel with #afbbfd background
background-color: #afbbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 187, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 187, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbbfd; background: linear-gradient(135deg, #afbbfd, #D7AFFD);