#afbae7
a light, vivid blue · warm · closest name: skyblue
RGB
175, 186, 231
HSL
228°, 54%, 80%
CMYK
24, 20, 0, 9
Luminance
0.5000
Every format
| HEX | #afbae7 |
| RGB | rgb(175, 186, 231) |
| HSL | hsl(228, 54%, 80%) |
| CMYK | cmyk(24%, 20%, 0%, 9%) |
| LAB | lab(76.1 5.8 -23.7) |
| LCH | lch(76.1 24.4 283.9) |
| OKLCH | oklch(0.796 0.065 274.1) |
Copy-ready code
/* CSS */
color: #afbae7;
background-color: #afbae7;
/* Tailwind (arbitrary) */
class="text-[#afbae7] bg-[#afbae7]"
/* SCSS */
$brand: #afbae7;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.906)
/* Android */
Color.parseColor("#afbae7")Accessibility — WCAG contrast
Aa
#afbae7 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbae7 on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue90.6%
CMYK percentages
Cyan24.2%
Magenta19.5%
Yellow0.0%
Key (black)9.4%
Color previews
#afbae7 text on a black background
contrast 11.00:1
Card sample
#afbae7 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbae7;
Background color
Panel with #afbae7 background
background-color: #afbae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbae7; background: linear-gradient(135deg, #afbae7, #C9AFE7);