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