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