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