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