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