#afaff5
a light, electric blue · warm · closest name: plum
RGB
175, 175, 245
HSL
240°, 78%, 82%
CMYK
29, 29, 0, 4
Luminance
0.4637
Every format
| HEX | #afaff5 |
| RGB | rgb(175, 175, 245) |
| HSL | hsl(240, 78%, 82%) |
| CMYK | cmyk(29%, 29%, 0%, 4%) |
| LAB | lab(73.8 15.3 -34.8) |
| LCH | lch(73.8 38.0 293.7) |
| OKLCH | oklch(0.780 0.099 283.9) |
Copy-ready code
/* CSS */
color: #afaff5;
background-color: #afaff5;
/* Tailwind (arbitrary) */
class="text-[#afaff5] bg-[#afaff5]"
/* SCSS */
$brand: #afaff5;
/* SwiftUI */
Color(red: 0.686, green: 0.686, blue: 0.961)
/* Android */
Color.parseColor("#afaff5")Accessibility — WCAG contrast
Aa
#afaff5 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaff5 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green68.6%
Blue96.1%
CMYK percentages
Cyan28.6%
Magenta28.6%
Yellow0.0%
Key (black)3.9%
Color previews
#afaff5 text on a black background
contrast 10.27:1
Card sample
#afaff5 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaff5;
Background color
Panel with #afaff5 background
background-color: #afaff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 175, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 175, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaff5; background: linear-gradient(135deg, #afaff5, #DEAFF5);