#afb7fd
a light, electric blue · warm · closest name: plum
RGB
175, 183, 253
HSL
234°, 95%, 84%
CMYK
31, 28, 0, 1
Luminance
0.5007
Every format
| HEX | #afb7fd |
| RGB | rgb(175, 183, 253) |
| HSL | hsl(234, 95%, 84%) |
| CMYK | cmyk(31%, 28%, 0%, 1%) |
| LAB | lab(76.1 12.8 -35.5) |
| LCH | lch(76.1 37.7 289.8) |
| OKLCH | oklch(0.799 0.100 278.9) |
Copy-ready code
/* CSS */
color: #afb7fd;
background-color: #afb7fd;
/* Tailwind (arbitrary) */
class="text-[#afb7fd] bg-[#afb7fd]"
/* SCSS */
$brand: #afb7fd;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.992)
/* Android */
Color.parseColor("#afb7fd")Accessibility — WCAG contrast
Aa
#afb7fd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7fd on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta27.7%
Yellow0.0%
Key (black)0.8%
Color previews
#afb7fd text on a black background
contrast 11.01:1
Card sample
#afb7fd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7fd;
Background color
Panel with #afb7fd background
background-color: #afb7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7fd; background: linear-gradient(135deg, #afb7fd, #DBAFFD);