#aef5cf
a light, electric green · cool · closest name: aquamarine
RGB
174, 245, 207
HSL
148°, 78%, 82%
CMYK
29, 0, 16, 4
Luminance
0.7881
Every format
| HEX | #aef5cf |
| RGB | rgb(174, 245, 207) |
| HSL | hsl(148, 78%, 82%) |
| CMYK | cmyk(29%, 0%, 16%, 4%) |
| LAB | lab(91.2 -29.7 11.3) |
| LCH | lch(91.2 31.8 159.1) |
| OKLCH | oklch(0.913 0.088 160.6) |
Copy-ready code
/* CSS */
color: #aef5cf;
background-color: #aef5cf;
/* Tailwind (arbitrary) */
class="text-[#aef5cf] bg-[#aef5cf]"
/* SCSS */
$brand: #aef5cf;
/* SwiftUI */
Color(red: 0.682, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#aef5cf")Accessibility — WCAG contrast
Aa
#aef5cf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef5cf on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.1%
Blue81.2%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#aef5cf text on a black background
contrast 16.76:1
Card sample
#aef5cf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef5cf;
Background color
Panel with #aef5cf background
background-color: #aef5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef5cf; background: linear-gradient(135deg, #aef5cf, #AEECF5);