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