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