#afedf6
a light, electric cyan · cool · closest name: skyblue
RGB
175, 237, 246
HSL
188°, 80%, 83%
CMYK
29, 4, 0, 4
Luminance
0.7634
Every format
| HEX | #afedf6 |
| RGB | rgb(175, 237, 246) |
| HSL | hsl(188, 80%, 83%) |
| CMYK | cmyk(29%, 4%, 0%, 4%) |
| LAB | lab(90.0 -17.4 -10.7) |
| LCH | lch(90.0 20.4 211.5) |
| OKLCH | oklch(0.907 0.064 207.3) |
Copy-ready code
/* CSS */
color: #afedf6;
background-color: #afedf6;
/* Tailwind (arbitrary) */
class="text-[#afedf6] bg-[#afedf6]"
/* SCSS */
$brand: #afedf6;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.965)
/* Android */
Color.parseColor("#afedf6")Accessibility — WCAG contrast
Aa
#afedf6 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedf6 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue96.5%
CMYK percentages
Cyan28.9%
Magenta3.7%
Yellow0.0%
Key (black)3.5%
Color previews
#afedf6 text on a black background
contrast 16.27:1
Card sample
#afedf6 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedf6;
Background color
Panel with #afedf6 background
background-color: #afedf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedf6; background: linear-gradient(135deg, #afedf6, #AFBDF6);