#afb8fe
a light, electric blue · warm · closest name: plum
RGB
175, 184, 254
HSL
233°, 98%, 84%
CMYK
31, 28, 0, 0
Luminance
0.5055
Every format
| HEX | #afb8fe |
| RGB | rgb(175, 184, 254) |
| HSL | hsl(233, 98%, 84%) |
| CMYK | cmyk(31%, 28%, 0%, 0%) |
| LAB | lab(76.4 12.5 -35.6) |
| LCH | lch(76.4 37.7 289.3) |
| OKLCH | oklch(0.801 0.100 278.2) |
Copy-ready code
/* CSS */
color: #afb8fe;
background-color: #afb8fe;
/* Tailwind (arbitrary) */
class="text-[#afb8fe] bg-[#afb8fe]"
/* SCSS */
$brand: #afb8fe;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.996)
/* Android */
Color.parseColor("#afb8fe")Accessibility — WCAG contrast
Aa
#afb8fe on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb8fe on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta27.6%
Yellow0.0%
Key (black)0.4%
Color previews
#afb8fe text on a black background
contrast 11.11:1
Card sample
#afb8fe text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb8fe;
Background color
Panel with #afb8fe background
background-color: #afb8fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb8fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb8fe; background: linear-gradient(135deg, #afb8fe, #DBAFFE);