#afbaf5
a light, electric blue · warm · closest name: plum
RGB
175, 186, 245
HSL
231°, 78%, 82%
CMYK
29, 24, 0, 4
Luminance
0.5082
Every format
| HEX | #afbaf5 |
| RGB | rgb(175, 186, 245) |
| HSL | hsl(231, 78%, 82%) |
| CMYK | cmyk(29%, 24%, 0%, 4%) |
| LAB | lab(76.6 9.2 -30.5) |
| LCH | lch(76.6 31.8 286.8) |
| OKLCH | oklch(0.801 0.085 276.1) |
Copy-ready code
/* CSS */
color: #afbaf5;
background-color: #afbaf5;
/* Tailwind (arbitrary) */
class="text-[#afbaf5] bg-[#afbaf5]"
/* SCSS */
$brand: #afbaf5;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.961)
/* Android */
Color.parseColor("#afbaf5")Accessibility — WCAG contrast
Aa
#afbaf5 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbaf5 on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta24.1%
Yellow0.0%
Key (black)3.9%
Color previews
#afbaf5 text on a black background
contrast 11.16:1
Card sample
#afbaf5 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbaf5;
Background color
Panel with #afbaf5 background
background-color: #afbaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbaf5; background: linear-gradient(135deg, #afbaf5, #D3AFF5);