#afbaf2
a light, vivid blue · warm · closest name: skyblue
RGB
175, 186, 242
HSL
230°, 72%, 82%
CMYK
28, 23, 0, 5
Luminance
0.5064
Every format
| HEX | #afbaf2 |
| RGB | rgb(175, 186, 242) |
| HSL | hsl(230, 72%, 82%) |
| CMYK | cmyk(28%, 23%, 0%, 5%) |
| LAB | lab(76.5 8.4 -29.0) |
| LCH | lch(76.5 30.2 286.2) |
| OKLCH | oklch(0.800 0.080 275.8) |
Copy-ready code
/* CSS */
color: #afbaf2;
background-color: #afbaf2;
/* Tailwind (arbitrary) */
class="text-[#afbaf2] bg-[#afbaf2]"
/* SCSS */
$brand: #afbaf2;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#afbaf2")Accessibility — WCAG contrast
Aa
#afbaf2 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbaf2 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue94.9%
CMYK percentages
Cyan27.7%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#afbaf2 text on a black background
contrast 11.13:1
Card sample
#afbaf2 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbaf2;
Background color
Panel with #afbaf2 background
background-color: #afbaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbaf2; background: linear-gradient(135deg, #afbaf2, #D1AFF2);