#afe5eb
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 229, 235
HSL
186°, 60%, 80%
CMYK
26, 3, 0, 8
Luminance
0.7115
Every format
| HEX | #afe5eb |
| RGB | rgb(175, 229, 235) |
| HSL | hsl(186, 60%, 80%) |
| CMYK | cmyk(26%, 3%, 0%, 8%) |
| LAB | lab(87.6 -15.8 -8.5) |
| LCH | lch(87.6 18.0 208.3) |
| OKLCH | oklch(0.887 0.056 204.7) |
Copy-ready code
/* CSS */
color: #afe5eb;
background-color: #afe5eb;
/* Tailwind (arbitrary) */
class="text-[#afe5eb] bg-[#afe5eb]"
/* SCSS */
$brand: #afe5eb;
/* SwiftUI */
Color(red: 0.686, green: 0.898, blue: 0.922)
/* Android */
Color.parseColor("#afe5eb")Accessibility — WCAG contrast
Aa
#afe5eb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afe5eb on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green89.8%
Blue92.2%
CMYK percentages
Cyan25.5%
Magenta2.6%
Yellow0.0%
Key (black)7.8%
Color previews
#afe5eb text on a black background
contrast 15.23:1
Card sample
#afe5eb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afe5eb;
Background color
Panel with #afe5eb background
background-color: #afe5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afe5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 229, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 229, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afe5eb; background: linear-gradient(135deg, #afe5eb, #AFBDEB);