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