#aefad2
a light, electric green · cool · closest name: aquamarine
RGB
174, 250, 210
HSL
148°, 88%, 83%
CMYK
30, 0, 16, 2
Luminance
0.8202
Every format
| HEX | #aefad2 |
| RGB | rgb(174, 250, 210) |
| HSL | hsl(148, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 16%, 2%) |
| LAB | lab(92.6 -31.5 11.8) |
| LCH | lch(92.6 33.6 159.4) |
| OKLCH | oklch(0.925 0.093 160.9) |
Copy-ready code
/* CSS */
color: #aefad2;
background-color: #aefad2;
/* Tailwind (arbitrary) */
class="text-[#aefad2] bg-[#aefad2]"
/* SCSS */
$brand: #aefad2;
/* SwiftUI */
Color(red: 0.682, green: 0.980, blue: 0.824)
/* Android */
Color.parseColor("#aefad2")Accessibility — WCAG contrast
Aa
#aefad2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefad2 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.0%
Blue82.4%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow16.0%
Key (black)2.0%
Color previews
#aefad2 text on a black background
contrast 17.40:1
Card sample
#aefad2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefad2;
Background color
Panel with #aefad2 background
background-color: #aefad2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefad2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 250, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 250, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefad2; background: linear-gradient(135deg, #aefad2, #AEEFFA);