#afbaee
a light, vivid blue · warm · closest name: skyblue
RGB
175, 186, 238
HSL
230°, 65%, 81%
CMYK
27, 22, 0, 7
Luminance
0.5040
Every format
| HEX | #afbaee |
| RGB | rgb(175, 186, 238) |
| HSL | hsl(230, 65%, 81%) |
| CMYK | cmyk(27%, 22%, 0%, 7%) |
| LAB | lab(76.3 7.5 -27.1) |
| LCH | lch(76.3 28.1 285.5) |
| OKLCH | oklch(0.798 0.075 275.3) |
Copy-ready code
/* CSS */
color: #afbaee;
background-color: #afbaee;
/* Tailwind (arbitrary) */
class="text-[#afbaee] bg-[#afbaee]"
/* SCSS */
$brand: #afbaee;
/* SwiftUI */
Color(red: 0.686, green: 0.729, blue: 0.933)
/* Android */
Color.parseColor("#afbaee")Accessibility — WCAG contrast
Aa
#afbaee on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbaee on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.9%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta21.8%
Yellow0.0%
Key (black)6.7%
Color previews
#afbaee text on a black background
contrast 11.08:1
Card sample
#afbaee text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbaee;
Background color
Panel with #afbaee background
background-color: #afbaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 186, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 186, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbaee; background: linear-gradient(135deg, #afbaee, #CEAFEE);