#afedf0
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 237, 240
HSL
183°, 68%, 81%
CMYK
27, 1, 0, 6
Luminance
0.7597
Every format
| HEX | #afedf0 |
| RGB | rgb(175, 237, 240) |
| HSL | hsl(183, 68%, 81%) |
| CMYK | cmyk(27%, 1%, 0%, 6%) |
| LAB | lab(89.8 -18.7 -7.8) |
| LCH | lch(89.8 20.3 202.5) |
| OKLCH | oklch(0.905 0.062 199.9) |
Copy-ready code
/* CSS */
color: #afedf0;
background-color: #afedf0;
/* Tailwind (arbitrary) */
class="text-[#afedf0] bg-[#afedf0]"
/* SCSS */
$brand: #afedf0;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.941)
/* Android */
Color.parseColor("#afedf0")Accessibility — WCAG contrast
Aa
#afedf0 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedf0 on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta1.2%
Yellow0.0%
Key (black)5.9%
Color previews
#afedf0 text on a black background
contrast 16.19:1
Card sample
#afedf0 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedf0;
Background color
Panel with #afedf0 background
background-color: #afedf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedf0; background: linear-gradient(135deg, #afedf0, #AFC2F0);