#afedcd
a light, vivid green · cool · closest name: aquamarine
RGB
175, 237, 205
HSL
149°, 63%, 81%
CMYK
26, 0, 14, 7
Luminance
0.7409
Every format
| HEX | #afedcd |
| RGB | rgb(175, 237, 205) |
| HSL | hsl(149, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 14%, 7%) |
| LAB | lab(89.0 -26.0 9.2) |
| LCH | lch(89.0 27.6 160.4) |
| OKLCH | oklch(0.895 0.077 161.9) |
Copy-ready code
/* CSS */
color: #afedcd;
background-color: #afedcd;
/* Tailwind (arbitrary) */
class="text-[#afedcd] bg-[#afedcd]"
/* SCSS */
$brand: #afedcd;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.804)
/* Android */
Color.parseColor("#afedcd")Accessibility — WCAG contrast
Aa
#afedcd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedcd on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue80.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow13.5%
Key (black)7.1%
Color previews
#afedcd text on a black background
contrast 15.82:1
Card sample
#afedcd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedcd;
Background color
Panel with #afedcd background
background-color: #afedcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedcd; background: linear-gradient(135deg, #afedcd, #AFE4ED);