#afaff7
a light, electric blue · warm · closest name: plum
RGB
175, 175, 247
HSL
240°, 82%, 83%
CMYK
29, 29, 0, 3
Luminance
0.4649
Every format
| HEX | #afaff7 |
| RGB | rgb(175, 175, 247) |
| HSL | hsl(240, 82%, 83%) |
| CMYK | cmyk(29%, 29%, 0%, 3%) |
| LAB | lab(73.9 15.7 -35.7) |
| LCH | lch(73.9 39.0 293.8) |
| OKLCH | oklch(0.781 0.102 283.8) |
Copy-ready code
/* CSS */
color: #afaff7;
background-color: #afaff7;
/* Tailwind (arbitrary) */
class="text-[#afaff7] bg-[#afaff7]"
/* SCSS */
$brand: #afaff7;
/* SwiftUI */
Color(red: 0.686, green: 0.686, blue: 0.969)
/* Android */
Color.parseColor("#afaff7")Accessibility — WCAG contrast
Aa
#afaff7 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaff7 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green68.6%
Blue96.9%
CMYK percentages
Cyan29.1%
Magenta29.1%
Yellow0.0%
Key (black)3.1%
Color previews
#afaff7 text on a black background
contrast 10.30:1
Card sample
#afaff7 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaff7;
Background color
Panel with #afaff7 background
background-color: #afaff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 175, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 175, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaff7; background: linear-gradient(135deg, #afaff7, #DFAFF7);