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