#afeff0
a light, vivid cyan · cool · closest name: skyblue
RGB
175, 239, 240
HSL
181°, 68%, 81%
CMYK
27, 0, 0, 6
Luminance
0.7714
Every format
| HEX | #afeff0 |
| RGB | rgb(175, 239, 240) |
| HSL | hsl(181, 68%, 81%) |
| CMYK | cmyk(27%, 0%, 0%, 6%) |
| LAB | lab(90.4 -19.7 -7.0) |
| LCH | lch(90.4 20.9 199.5) |
| OKLCH | oklch(0.910 0.064 197.3) |
Copy-ready code
/* CSS */
color: #afeff0;
background-color: #afeff0;
/* Tailwind (arbitrary) */
class="text-[#afeff0] bg-[#afeff0]"
/* SCSS */
$brand: #afeff0;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.941)
/* Android */
Color.parseColor("#afeff0")Accessibility — WCAG contrast
Aa
#afeff0 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeff0 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta0.4%
Yellow0.0%
Key (black)5.9%
Color previews
#afeff0 text on a black background
contrast 16.43:1
Card sample
#afeff0 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeff0;
Background color
Panel with #afeff0 background
background-color: #afeff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeff0; background: linear-gradient(135deg, #afeff0, #AFC4F0);