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