#afb7eb
a light, vivid blue · warm · closest name: lavender
RGB
175, 183, 235
HSL
232°, 60%, 80%
CMYK
26, 22, 0, 8
Luminance
0.4898
Every format
| HEX | #afb7eb |
| RGB | rgb(175, 183, 235) |
| HSL | hsl(232, 60%, 80%) |
| CMYK | cmyk(26%, 22%, 0%, 8%) |
| LAB | lab(75.4 8.4 -26.8) |
| LCH | lch(75.4 28.1 287.5) |
| OKLCH | oklch(0.791 0.074 277.7) |
Copy-ready code
/* CSS */
color: #afb7eb;
background-color: #afb7eb;
/* Tailwind (arbitrary) */
class="text-[#afb7eb] bg-[#afb7eb]"
/* SCSS */
$brand: #afb7eb;
/* SwiftUI */
Color(red: 0.686, green: 0.718, blue: 0.922)
/* Android */
Color.parseColor("#afb7eb")Accessibility — WCAG contrast
Aa
#afb7eb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb7eb on black: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.8%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta22.1%
Yellow0.0%
Key (black)7.8%
Color previews
#afb7eb text on a black background
contrast 10.80:1
Card sample
#afb7eb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb7eb;
Background color
Panel with #afb7eb background
background-color: #afb7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 183, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 183, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb7eb; background: linear-gradient(135deg, #afb7eb, #CFAFEB);