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