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