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