#afb0e2
a light, vivid blue · warm · closest name: plum
RGB
175, 176, 226
HSL
239°, 47%, 79%
CMYK
23, 22, 0, 11
Luminance
0.4566
Every format
| HEX | #afb0e2 |
| RGB | rgb(175, 176, 226) |
| HSL | hsl(239, 47%, 79%) |
| CMYK | cmyk(23%, 22%, 0%, 11%) |
| LAB | lab(73.3 10.2 -25.2) |
| LCH | lch(73.3 27.1 292.0) |
| OKLCH | oklch(0.774 0.071 283.7) |
Copy-ready code
/* CSS */
color: #afb0e2;
background-color: #afb0e2;
/* Tailwind (arbitrary) */
class="text-[#afb0e2] bg-[#afb0e2]"
/* SCSS */
$brand: #afb0e2;
/* SwiftUI */
Color(red: 0.686, green: 0.690, blue: 0.886)
/* Android */
Color.parseColor("#afb0e2")Accessibility — WCAG contrast
Aa
#afb0e2 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb0e2 on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.0%
Blue88.6%
CMYK percentages
Cyan22.6%
Magenta22.1%
Yellow0.0%
Key (black)11.4%
Color previews
#afb0e2 text on a black background
contrast 10.13:1
Card sample
#afb0e2 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb0e2;
Background color
Panel with #afb0e2 background
background-color: #afb0e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb0e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 176, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 176, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb0e2; background: linear-gradient(135deg, #afb0e2, #D0AFE2);