#afb7ff
a light, electric blue · warm · closest name: plum
RGB
175, 183, 255
HSL
234°, 100%, 84%
CMYK
31, 28, 0, 0
Luminance
0.5020
Every format
| HEX | #afb7ff |
| RGB | rgb(175, 183, 255) |
| HSL | hsl(234, 100%, 84%) |
| CMYK | cmyk(31%, 28%, 0%, 0%) |
| LAB | lab(76.2 13.3 -36.4) |
| LCH | lch(76.2 38.8 290.0) |
| OKLCH | oklch(0.800 0.102 278.9) |
Copy-ready code
/* CSS */
color: #afb7ff;
background-color: #afb7ff;
/* Tailwind (arbitrary) */
class="text-[#afb7ff] bg-[#afb7ff]"
/* SCSS */
$brand: #afb7ff;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#afb7ff")Accessibility — WCAG contrast
Aa
#afb7ff on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7ff on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#afb7ff text on a black background
contrast 11.04:1
Card sample
#afb7ff text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7ff;
Background color
Panel with #afb7ff background
background-color: #afb7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7ff; background: linear-gradient(135deg, #afb7ff, #DCAFFF);