#afbdff
a light, electric blue · warm · closest name: plum
RGB
175, 189, 255
HSL
230°, 100%, 84%
CMYK
31, 26, 0, 0
Luminance
0.5273
Every format
| HEX | #afbdff |
| RGB | rgb(175, 189, 255) |
| HSL | hsl(230, 100%, 84%) |
| CMYK | cmyk(31%, 26%, 0%, 0%) |
| LAB | lab(77.7 10.0 -34.1) |
| LCH | lch(77.7 35.5 286.3) |
| OKLCH | oklch(0.811 0.095 274.9) |
Copy-ready code
/* CSS */
color: #afbdff;
background-color: #afbdff;
/* Tailwind (arbitrary) */
class="text-[#afbdff] bg-[#afbdff]"
/* SCSS */
$brand: #afbdff;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#afbdff")Accessibility — WCAG contrast
Aa
#afbdff on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbdff on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#afbdff text on a black background
contrast 11.55:1
Card sample
#afbdff text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbdff;
Background color
Panel with #afbdff background
background-color: #afbdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbdff; background: linear-gradient(135deg, #afbdff, #D6AFFF);