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