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