#afb1fe
a light, electric blue · warm · closest name: plum
RGB
175, 177, 254
HSL
239°, 98%, 84%
CMYK
31, 30, 0, 0
Luminance
0.4771
Every format
| HEX | #afb1fe |
| RGB | rgb(175, 177, 254) |
| HSL | hsl(239, 98%, 84%) |
| CMYK | cmyk(31%, 30%, 0%, 0%) |
| LAB | lab(74.6 16.4 -38.3) |
| LCH | lch(74.6 41.6 293.1) |
| OKLCH | oklch(0.788 0.109 282.4) |
Copy-ready code
/* CSS */
color: #afb1fe;
background-color: #afb1fe;
/* Tailwind (arbitrary) */
class="text-[#afb1fe] bg-[#afb1fe]"
/* SCSS */
$brand: #afb1fe;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.996)
/* Android */
Color.parseColor("#afb1fe")Accessibility — WCAG contrast
Aa
#afb1fe on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1fe on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta30.3%
Yellow0.0%
Key (black)0.4%
Color previews
#afb1fe text on a black background
contrast 10.54:1
Card sample
#afb1fe text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1fe;
Background color
Panel with #afb1fe background
background-color: #afb1fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1fe; background: linear-gradient(135deg, #afb1fe, #E2AFFE);