#afefdf
a light, vivid cyan · cool · closest name: beige
RGB
175, 239, 223
HSL
165°, 67%, 81%
CMYK
27, 0, 7, 6
Luminance
0.7617
Every format
| HEX | #afefdf |
| RGB | rgb(175, 239, 223) |
| HSL | hsl(165, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 7%, 6%) |
| LAB | lab(89.9 -23.3 1.3) |
| LCH | lch(89.9 23.4 176.9) |
| OKLCH | oklch(0.905 0.068 177.5) |
Copy-ready code
/* CSS */
color: #afefdf;
background-color: #afefdf;
/* Tailwind (arbitrary) */
class="text-[#afefdf] bg-[#afefdf]"
/* SCSS */
$brand: #afefdf;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#afefdf")Accessibility — WCAG contrast
Aa
#afefdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefdf on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue87.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#afefdf text on a black background
contrast 16.23:1
Card sample
#afefdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefdf;
Background color
Panel with #afefdf background
background-color: #afefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefdf; background: linear-gradient(135deg, #afefdf, #AFD4EF);