#afedf9
a light, electric cyan · cool · closest name: skyblue
RGB
175, 237, 249
HSL
190°, 86%, 83%
CMYK
30, 5, 0, 2
Luminance
0.7652
Every format
| HEX | #afedf9 |
| RGB | rgb(175, 237, 249) |
| HSL | hsl(190, 86%, 83%) |
| CMYK | cmyk(30%, 5%, 0%, 2%) |
| LAB | lab(90.1 -16.7 -12.1) |
| LCH | lch(90.1 20.6 215.9) |
| OKLCH | oklch(0.908 0.064 210.8) |
Copy-ready code
/* CSS */
color: #afedf9;
background-color: #afedf9;
/* Tailwind (arbitrary) */
class="text-[#afedf9] bg-[#afedf9]"
/* SCSS */
$brand: #afedf9;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.976)
/* Android */
Color.parseColor("#afedf9")Accessibility — WCAG contrast
Aa
#afedf9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedf9 on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue97.6%
CMYK percentages
Cyan29.7%
Magenta4.8%
Yellow0.0%
Key (black)2.4%
Color previews
#afedf9 text on a black background
contrast 16.30:1
Card sample
#afedf9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedf9;
Background color
Panel with #afedf9 background
background-color: #afedf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedf9; background: linear-gradient(135deg, #afedf9, #AFBCF9);