#aefdac
a light, electric green · cool · closest name: aquamarine
RGB
174, 253, 172
HSL
119°, 95%, 83%
CMYK
31, 0, 32, 1
Luminance
0.8223
Every format
| HEX | #aefdac |
| RGB | rgb(174, 253, 172) |
| HSL | hsl(119, 95%, 83%) |
| CMYK | cmyk(31%, 0%, 32%, 1%) |
| LAB | lab(92.7 -39.5 31.3) |
| LCH | lch(92.7 50.4 141.6) |
| OKLCH | oklch(0.923 0.133 143.8) |
Copy-ready code
/* CSS */
color: #aefdac;
background-color: #aefdac;
/* Tailwind (arbitrary) */
class="text-[#aefdac] bg-[#aefdac]"
/* SCSS */
$brand: #aefdac;
/* SwiftUI */
Color(red: 0.682, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#aefdac")Accessibility — WCAG contrast
Aa
#aefdac on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefdac on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.2%
Blue67.5%
CMYK percentages
Cyan31.2%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#aefdac text on a black background
contrast 17.45:1
Card sample
#aefdac text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefdac;
Background color
Panel with #aefdac background
background-color: #aefdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefdac; background: linear-gradient(135deg, #aefdac, #ACFDE0);