#afb6fe
a light, electric blue · warm · closest name: plum
RGB
175, 182, 254
HSL
235°, 98%, 84%
CMYK
31, 28, 0, 0
Luminance
0.4973
Every format
| HEX | #afb6fe |
| RGB | rgb(175, 182, 254) |
| HSL | hsl(235, 98%, 84%) |
| CMYK | cmyk(31%, 28%, 0%, 0%) |
| LAB | lab(75.9 13.6 -36.3) |
| LCH | lch(75.9 38.8 290.5) |
| OKLCH | oklch(0.797 0.102 279.5) |
Copy-ready code
/* CSS */
color: #afb6fe;
background-color: #afb6fe;
/* Tailwind (arbitrary) */
class="text-[#afb6fe] bg-[#afb6fe]"
/* SCSS */
$brand: #afb6fe;
/* SwiftUI */
Color(red: 0.686, green: 0.714, blue: 0.996)
/* Android */
Color.parseColor("#afb6fe")Accessibility — WCAG contrast
Aa
#afb6fe on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb6fe on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.4%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta28.3%
Yellow0.0%
Key (black)0.4%
Color previews
#afb6fe text on a black background
contrast 10.95:1
Card sample
#afb6fe text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb6fe;
Background color
Panel with #afb6fe background
background-color: #afb6fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb6fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 182, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 182, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb6fe; background: linear-gradient(135deg, #afb6fe, #DDAFFE);