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