#afedf1
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 237, 241
HSL
184°, 70%, 82%
CMYK
27, 2, 0, 6
Luminance
0.7603
Every format
| HEX | #afedf1 |
| RGB | rgb(175, 237, 241) |
| HSL | hsl(184, 70%, 82%) |
| CMYK | cmyk(27%, 2%, 0%, 6%) |
| LAB | lab(89.9 -18.5 -8.2) |
| LCH | lch(89.9 20.2 204.0) |
| OKLCH | oklch(0.906 0.063 201.1) |
Copy-ready code
/* CSS */
color: #afedf1;
background-color: #afedf1;
/* Tailwind (arbitrary) */
class="text-[#afedf1] bg-[#afedf1]"
/* SCSS */
$brand: #afedf1;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.945)
/* Android */
Color.parseColor("#afedf1")Accessibility — WCAG contrast
Aa
#afedf1 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedf1 on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue94.5%
CMYK percentages
Cyan27.4%
Magenta1.7%
Yellow0.0%
Key (black)5.5%
Color previews
#afedf1 text on a black background
contrast 16.21:1
Card sample
#afedf1 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedf1;
Background color
Panel with #afedf1 background
background-color: #afedf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedf1; background: linear-gradient(135deg, #afedf1, #AFC1F1);