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