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