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