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