#afbaf8
a light, electric blue · warm · closest name: plum
RGB
175, 186, 248
HSL
231°, 84%, 83%
CMYK
29, 25, 0, 3
Luminance
0.5101
Every format
| HEX | #afbaf8 |
| RGB | rgb(175, 186, 248) |
| HSL | hsl(231, 84%, 83%) |
| CMYK | cmyk(29%, 25%, 0%, 3%) |
| LAB | lab(76.7 9.9 -31.9) |
| LCH | lch(76.7 33.4 287.2) |
| OKLCH | oklch(0.803 0.089 276.4) |
Copy-ready code
/* CSS */
color: #afbaf8;
background-color: #afbaf8;
/* Tailwind (arbitrary) */
class="text-[#afbaf8] bg-[#afbaf8]"
/* SCSS */
$brand: #afbaf8;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#afbaf8")Accessibility — WCAG contrast
Aa
#afbaf8 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbaf8 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue97.3%
CMYK percentages
Cyan29.4%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#afbaf8 text on a black background
contrast 11.20:1
Card sample
#afbaf8 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbaf8;
Background color
Panel with #afbaf8 background
background-color: #afbaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbaf8; background: linear-gradient(135deg, #afbaf8, #D5AFF8);