#afb3fc
a light, electric blue · warm · closest name: plum
RGB
175, 179, 252
HSL
237°, 93%, 84%
CMYK
31, 29, 0, 1
Luminance
0.4838
Every format
| HEX | #afb3fc |
| RGB | rgb(175, 179, 252) |
| HSL | hsl(237, 93%, 84%) |
| CMYK | cmyk(31%, 29%, 0%, 1%) |
| LAB | lab(75.1 14.8 -36.6) |
| LCH | lch(75.1 39.4 292.0) |
| OKLCH | oklch(0.790 0.103 281.3) |
Copy-ready code
/* CSS */
color: #afb3fc;
background-color: #afb3fc;
/* Tailwind (arbitrary) */
class="text-[#afb3fc] bg-[#afb3fc]"
/* SCSS */
$brand: #afb3fc;
/* SwiftUI */
Color(red: 0.686, green: 0.702, blue: 0.988)
/* Android */
Color.parseColor("#afb3fc")Accessibility — WCAG contrast
Aa
#afb3fc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb3fc on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.2%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta29.0%
Yellow0.0%
Key (black)1.2%
Color previews
#afb3fc text on a black background
contrast 10.68:1
Card sample
#afb3fc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb3fc;
Background color
Panel with #afb3fc background
background-color: #afb3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 179, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 179, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb3fc; background: linear-gradient(135deg, #afb3fc, #DEAFFC);