#afb9f7
a light, electric blue · warm · closest name: plum
RGB
175, 185, 247
HSL
232°, 82%, 83%
CMYK
29, 25, 0, 3
Luminance
0.5053
Every format
| HEX | #afb9f7 |
| RGB | rgb(175, 185, 247) |
| HSL | hsl(232, 82%, 83%) |
| CMYK | cmyk(29%, 25%, 0%, 3%) |
| LAB | lab(76.4 10.2 -31.8) |
| LCH | lch(76.4 33.4 287.8) |
| OKLCH | oklch(0.800 0.089 277.1) |
Copy-ready code
/* CSS */
color: #afb9f7;
background-color: #afb9f7;
/* Tailwind (arbitrary) */
class="text-[#afb9f7] bg-[#afb9f7]"
/* SCSS */
$brand: #afb9f7;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.969)
/* Android */
Color.parseColor("#afb9f7")Accessibility — WCAG contrast
Aa
#afb9f7 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb9f7 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta25.1%
Yellow0.0%
Key (black)3.1%
Color previews
#afb9f7 text on a black background
contrast 11.11:1
Card sample
#afb9f7 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb9f7;
Background color
Panel with #afb9f7 background
background-color: #afb9f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb9f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb9f7; background: linear-gradient(135deg, #afb9f7, #D5AFF7);