#afecb2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 178
HSL
123°, 62%, 81%
CMYK
26, 0, 25, 8
Luminance
0.7232
Every format
| HEX | #afecb2 |
| RGB | rgb(175, 236, 178) |
| HSL | hsl(123, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 25%, 8%) |
| LAB | lab(88.1 -30.4 22.1) |
| LCH | lch(88.1 37.5 144.0) |
| OKLCH | oklch(0.887 0.100 145.9) |
Copy-ready code
/* CSS */
color: #afecb2;
background-color: #afecb2;
/* Tailwind (arbitrary) */
class="text-[#afecb2] bg-[#afecb2]"
/* SCSS */
$brand: #afecb2;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.698)
/* Android */
Color.parseColor("#afecb2")Accessibility — WCAG contrast
Aa
#afecb2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecb2 on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue69.8%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow24.6%
Key (black)7.5%
Color previews
#afecb2 text on a black background
contrast 15.46:1
Card sample
#afecb2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecb2;
Background color
Panel with #afecb2 background
background-color: #afecb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecb2; background: linear-gradient(135deg, #afecb2, #AFECDB);