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