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