#afb9fa
a light, electric blue · warm · closest name: plum
RGB
175, 185, 250
HSL
232°, 88%, 83%
CMYK
30, 26, 0, 2
Luminance
0.5071
Every format
| HEX | #afb9fa |
| RGB | rgb(175, 185, 250) |
| HSL | hsl(232, 88%, 83%) |
| CMYK | cmyk(30%, 26%, 0%, 2%) |
| LAB | lab(76.5 10.9 -33.3) |
| LCH | lch(76.5 35.0 288.2) |
| OKLCH | oklch(0.801 0.093 277.3) |
Copy-ready code
/* CSS */
color: #afb9fa;
background-color: #afb9fa;
/* Tailwind (arbitrary) */
class="text-[#afb9fa] bg-[#afb9fa]"
/* SCSS */
$brand: #afb9fa;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.980)
/* Android */
Color.parseColor("#afb9fa")Accessibility — WCAG contrast
Aa
#afb9fa on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb9fa on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta26.0%
Yellow0.0%
Key (black)2.0%
Color previews
#afb9fa text on a black background
contrast 11.14:1
Card sample
#afb9fa text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb9fa;
Background color
Panel with #afb9fa background
background-color: #afb9fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb9fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb9fa; background: linear-gradient(135deg, #afb9fa, #D7AFFA);