#afb1fc
a light, electric blue · warm · closest name: plum
RGB
175, 177, 252
HSL
238°, 93%, 84%
CMYK
31, 30, 0, 1
Luminance
0.4759
Every format
| HEX | #afb1fc |
| RGB | rgb(175, 177, 252) |
| HSL | hsl(238, 93%, 84%) |
| CMYK | cmyk(31%, 30%, 0%, 1%) |
| LAB | lab(74.6 15.9 -37.3) |
| LCH | lch(74.6 40.6 293.0) |
| OKLCH | oklch(0.787 0.106 282.5) |
Copy-ready code
/* CSS */
color: #afb1fc;
background-color: #afb1fc;
/* Tailwind (arbitrary) */
class="text-[#afb1fc] bg-[#afb1fc]"
/* SCSS */
$brand: #afb1fc;
/* SwiftUI */
Color(red: 0.686, green: 0.694, blue: 0.988)
/* Android */
Color.parseColor("#afb1fc")Accessibility — WCAG contrast
Aa
#afb1fc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb1fc on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta29.8%
Yellow0.0%
Key (black)1.2%
Color previews
#afb1fc text on a black background
contrast 10.52:1
Card sample
#afb1fc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb1fc;
Background color
Panel with #afb1fc background
background-color: #afb1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 177, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 177, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb1fc; background: linear-gradient(135deg, #afb1fc, #E0AFFC);