#afb4eb
a light, vivid blue · warm · closest name: plum
RGB
175, 180, 235
HSL
235°, 60%, 80%
CMYK
26, 23, 0, 8
Luminance
0.4775
Every format
| HEX | #afb4eb |
| RGB | rgb(175, 180, 235) |
| HSL | hsl(235, 60%, 80%) |
| CMYK | cmyk(26%, 23%, 0%, 8%) |
| LAB | lab(74.7 10.1 -28.0) |
| LCH | lch(74.7 29.8 289.8) |
| OKLCH | oklch(0.785 0.078 280.4) |
Copy-ready code
/* CSS */
color: #afb4eb;
background-color: #afb4eb;
/* Tailwind (arbitrary) */
class="text-[#afb4eb] bg-[#afb4eb]"
/* SCSS */
$brand: #afb4eb;
/* SwiftUI */
Color(red: 0.686, green: 0.706, blue: 0.922)
/* Android */
Color.parseColor("#afb4eb")Accessibility — WCAG contrast
Aa
#afb4eb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb4eb on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green70.6%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta23.4%
Yellow0.0%
Key (black)7.8%
Color previews
#afb4eb text on a black background
contrast 10.55:1
Card sample
#afb4eb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb4eb;
Background color
Panel with #afb4eb background
background-color: #afb4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 180, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 180, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb4eb; background: linear-gradient(135deg, #afb4eb, #D2AFEB);