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