#aefadf
a light, electric green · cool · closest name: aquamarine
RGB
174, 250, 223
HSL
159°, 88%, 83%
CMYK
30, 0, 11, 2
Luminance
0.8270
Every format
| HEX | #aefadf |
| RGB | rgb(174, 250, 223) |
| HSL | hsl(159, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 11%, 2%) |
| LAB | lab(92.9 -28.9 5.5) |
| LCH | lch(92.9 29.4 169.2) |
| OKLCH | oklch(0.928 0.084 170.3) |
Copy-ready code
/* CSS */
color: #aefadf;
background-color: #aefadf;
/* Tailwind (arbitrary) */
class="text-[#aefadf] bg-[#aefadf]"
/* SCSS */
$brand: #aefadf;
/* SwiftUI */
Color(red: 0.682, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#aefadf")Accessibility — WCAG contrast
Aa
#aefadf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefadf on black: 17.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.0%
Blue87.5%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#aefadf text on a black background
contrast 17.54:1
Card sample
#aefadf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefadf;
Background color
Panel with #aefadf background
background-color: #aefadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefadf; background: linear-gradient(135deg, #aefadf, #AEE2FA);