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