#afb2ed
a light, vivid blue · warm · closest name: plum
RGB
175, 178, 237
HSL
237°, 63%, 81%
CMYK
26, 25, 0, 7
Luminance
0.4707
Every format
| HEX | #afb2ed |
| RGB | rgb(175, 178, 237) |
| HSL | hsl(237, 63%, 81%) |
| CMYK | cmyk(26%, 25%, 0%, 7%) |
| LAB | lab(74.2 11.7 -29.7) |
| LCH | lch(74.2 31.9 291.4) |
| OKLCH | oklch(0.782 0.084 282.0) |
Copy-ready code
/* CSS */
color: #afb2ed;
background-color: #afb2ed;
/* Tailwind (arbitrary) */
class="text-[#afb2ed] bg-[#afb2ed]"
/* SCSS */
$brand: #afb2ed;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.929)
/* Android */
Color.parseColor("#afb2ed")Accessibility — WCAG contrast
Aa
#afb2ed on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb2ed on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta24.9%
Yellow0.0%
Key (black)7.1%
Color previews
#afb2ed text on a black background
contrast 10.41:1
Card sample
#afb2ed text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb2ed;
Background color
Panel with #afb2ed background
background-color: #afb2ed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb2ed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb2ed; background: linear-gradient(135deg, #afb2ed, #D5AFED);