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