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