#afecd4
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 212
HSL
156°, 62%, 81%
CMYK
26, 0, 10, 8
Luminance
0.7386
Every format
| HEX | #afecd4 |
| RGB | rgb(175, 236, 212) |
| HSL | hsl(156, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 10%, 8%) |
| LAB | lab(88.8 -24.1 5.4) |
| LCH | lch(88.8 24.7 167.3) |
| OKLCH | oklch(0.895 0.070 168.5) |
Copy-ready code
/* CSS */
color: #afecd4;
background-color: #afecd4;
/* Tailwind (arbitrary) */
class="text-[#afecd4] bg-[#afecd4]"
/* SCSS */
$brand: #afecd4;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.831)
/* Android */
Color.parseColor("#afecd4")Accessibility — WCAG contrast
Aa
#afecd4 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecd4 on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue83.1%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow10.2%
Key (black)7.5%
Color previews
#afecd4 text on a black background
contrast 15.77:1
Card sample
#afecd4 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecd4;
Background color
Panel with #afecd4 background
background-color: #afecd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecd4; background: linear-gradient(135deg, #afecd4, #AFDBEC);