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