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