#afecb7
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 183
HSL
128°, 62%, 81%
CMYK
26, 0, 23, 8
Luminance
0.7252
Every format
| HEX | #afecb7 |
| RGB | rgb(175, 236, 183) |
| HSL | hsl(128, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 23%, 8%) |
| LAB | lab(88.2 -29.5 19.6) |
| LCH | lch(88.2 35.4 146.4) |
| OKLCH | oklch(0.888 0.095 148.2) |
Copy-ready code
/* CSS */
color: #afecb7;
background-color: #afecb7;
/* Tailwind (arbitrary) */
class="text-[#afecb7] bg-[#afecb7]"
/* SCSS */
$brand: #afecb7;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.718)
/* Android */
Color.parseColor("#afecb7")Accessibility — WCAG contrast
Aa
#afecb7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecb7 on black: 15.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue71.8%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow22.5%
Key (black)7.5%
Color previews
#afecb7 text on a black background
contrast 15.50:1
Card sample
#afecb7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecb7;
Background color
Panel with #afecb7 background
background-color: #afecb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecb7; background: linear-gradient(135deg, #afecb7, #AFECE0);