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