#afe2ee
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 226, 238
HSL
191°, 65%, 81%
CMYK
27, 5, 0, 7
Luminance
0.6968
Every format
| HEX | #afe2ee |
| RGB | rgb(175, 226, 238) |
| HSL | hsl(191, 65%, 81%) |
| CMYK | cmyk(27%, 5%, 0%, 7%) |
| LAB | lab(86.8 -13.6 -11.2) |
| LCH | lch(86.8 17.6 219.4) |
| OKLCH | oklch(0.881 0.055 213.7) |
Copy-ready code
/* CSS */
color: #afe2ee;
background-color: #afe2ee;
/* Tailwind (arbitrary) */
class="text-[#afe2ee] bg-[#afe2ee]"
/* SCSS */
$brand: #afe2ee;
/* SwiftUI */
Color(red: 0.686, green: 0.886, blue: 0.933)
/* Android */
Color.parseColor("#afe2ee")Accessibility — WCAG contrast
Aa
#afe2ee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe2ee on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green88.6%
Blue93.3%
CMYK percentages
Cyan26.5%
Magenta5.0%
Yellow0.0%
Key (black)6.7%
Color previews
#afe2ee text on a black background
contrast 14.94:1
Card sample
#afe2ee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe2ee;
Background color
Panel with #afe2ee background
background-color: #afe2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 226, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 226, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe2ee; background: linear-gradient(135deg, #afe2ee, #AFB8EE);