#aefac3
a light, electric green · cool · closest name: aquamarine
RGB
174, 250, 195
HSL
137°, 88%, 83%
CMYK
30, 0, 22, 2
Luminance
0.8131
Every format
| HEX | #aefac3 |
| RGB | rgb(174, 250, 195) |
| HSL | hsl(137, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 22%, 2%) |
| LAB | lab(92.3 -34.2 19.1) |
| LCH | lch(92.3 39.2 150.9) |
| OKLCH | oklch(0.921 0.106 152.6) |
Copy-ready code
/* CSS */
color: #aefac3;
background-color: #aefac3;
/* Tailwind (arbitrary) */
class="text-[#aefac3] bg-[#aefac3]"
/* SCSS */
$brand: #aefac3;
/* SwiftUI */
Color(red: 0.682, green: 0.980, blue: 0.765)
/* Android */
Color.parseColor("#aefac3")Accessibility — WCAG contrast
Aa
#aefac3 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefac3 on black: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.0%
Blue76.5%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow22.0%
Key (black)2.0%
Color previews
#aefac3 text on a black background
contrast 17.26:1
Card sample
#aefac3 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefac3;
Background color
Panel with #aefac3 background
background-color: #aefac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 250, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 250, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefac3; background: linear-gradient(135deg, #aefac3, #AEFAF6);