#aeffcf
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 207
HSL
144°, 100%, 84%
CMYK
32, 0, 19, 0
Luminance
0.8502
Every format
| HEX | #aeffcf |
| RGB | rgb(174, 255, 207) |
| HSL | hsl(144, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 19%, 0%) |
| LAB | lab(93.9 -34.4 15.2) |
| LCH | lch(93.9 37.6 156.1) |
| OKLCH | oklch(0.935 0.103 157.7) |
Copy-ready code
/* CSS */
color: #aeffcf;
background-color: #aeffcf;
/* Tailwind (arbitrary) */
class="text-[#aeffcf] bg-[#aeffcf]"
/* SCSS */
$brand: #aeffcf;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#aeffcf")Accessibility — WCAG contrast
Aa
#aeffcf on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeffcf on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue81.2%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#aeffcf text on a black background
contrast 18.00:1
Card sample
#aeffcf text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeffcf;
Background color
Panel with #aeffcf background
background-color: #aeffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeffcf; background: linear-gradient(135deg, #aeffcf, #AEF9FF);