#afedf3
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 237, 243
HSL
185°, 74%, 82%
CMYK
28, 3, 0, 5
Luminance
0.7615
Every format
| HEX | #afedf3 |
| RGB | rgb(175, 237, 243) |
| HSL | hsl(185, 74%, 82%) |
| CMYK | cmyk(28%, 3%, 0%, 5%) |
| LAB | lab(89.9 -18.0 -9.2) |
| LCH | lch(89.9 20.3 207.0) |
| OKLCH | oklch(0.906 0.063 203.6) |
Copy-ready code
/* CSS */
color: #afedf3;
background-color: #afedf3;
/* Tailwind (arbitrary) */
class="text-[#afedf3] bg-[#afedf3]"
/* SCSS */
$brand: #afedf3;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.953)
/* Android */
Color.parseColor("#afedf3")Accessibility — WCAG contrast
Aa
#afedf3 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedf3 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue95.3%
CMYK percentages
Cyan28.0%
Magenta2.5%
Yellow0.0%
Key (black)4.7%
Color previews
#afedf3 text on a black background
contrast 16.23:1
Card sample
#afedf3 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedf3;
Background color
Panel with #afedf3 background
background-color: #afedf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedf3; background: linear-gradient(135deg, #afedf3, #AFC0F3);