#afb5f0
a light, vivid blue · warm · closest name: plum
RGB
175, 181, 240
HSL
235°, 68%, 81%
CMYK
27, 25, 0, 6
Luminance
0.4845
Every format
| HEX | #afb5f0 |
| RGB | rgb(175, 181, 240) |
| HSL | hsl(235, 68%, 81%) |
| CMYK | cmyk(27%, 25%, 0%, 6%) |
| LAB | lab(75.1 10.7 -30.0) |
| LCH | lch(75.1 31.9 289.7) |
| OKLCH | oklch(0.789 0.084 279.8) |
Copy-ready code
/* CSS */
color: #afb5f0;
background-color: #afb5f0;
/* Tailwind (arbitrary) */
class="text-[#afb5f0] bg-[#afb5f0]"
/* SCSS */
$brand: #afb5f0;
/* SwiftUI */
Color(red: 0.686, green: 0.710, blue: 0.941)
/* Android */
Color.parseColor("#afb5f0")Accessibility — WCAG contrast
Aa
#afb5f0 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb5f0 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green71.0%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta24.6%
Yellow0.0%
Key (black)5.9%
Color previews
#afb5f0 text on a black background
contrast 10.69:1
Card sample
#afb5f0 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb5f0;
Background color
Panel with #afb5f0 background
background-color: #afb5f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb5f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 181, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 181, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb5f0; background: linear-gradient(135deg, #afb5f0, #D4AFF0);