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