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