#afadff
a light, electric blue · warm · closest name: plum
RGB
175, 173, 255
HSL
242°, 100%, 84%
CMYK
31, 32, 0, 0
Luminance
0.4622
Every format
| HEX | #afadff |
| RGB | rgb(175, 173, 255) |
| HSL | hsl(242, 100%, 84%) |
| CMYK | cmyk(31%, 32%, 0%, 0%) |
| LAB | lab(73.7 18.8 -40.3) |
| LCH | lch(73.7 44.5 295.0) |
| OKLCH | oklch(0.780 0.116 284.5) |
Copy-ready code
/* CSS */
color: #afadff;
background-color: #afadff;
/* Tailwind (arbitrary) */
class="text-[#afadff] bg-[#afadff]"
/* SCSS */
$brand: #afadff;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#afadff")Accessibility — WCAG contrast
Aa
#afadff on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afadff on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#afadff text on a black background
contrast 10.24:1
Card sample
#afadff text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afadff;
Background color
Panel with #afadff background
background-color: #afadff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afadff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afadff; background: linear-gradient(135deg, #afadff, #E6ADFF);