#aefacd
a light, electric green · cool · closest name: aquamarine
RGB
174, 250, 205
HSL
145°, 88%, 83%
CMYK
30, 0, 18, 2
Luminance
0.8178
Every format
| HEX | #aefacd |
| RGB | rgb(174, 250, 205) |
| HSL | hsl(145, 88%, 83%) |
| CMYK | cmyk(30%, 0%, 18%, 2%) |
| LAB | lab(92.5 -32.4 14.2) |
| LCH | lch(92.5 35.4 156.3) |
| OKLCH | oklch(0.923 0.097 157.9) |
Copy-ready code
/* CSS */
color: #aefacd;
background-color: #aefacd;
/* Tailwind (arbitrary) */
class="text-[#aefacd] bg-[#aefacd]"
/* SCSS */
$brand: #aefacd;
/* SwiftUI */
Color(red: 0.682, green: 0.980, blue: 0.804)
/* Android */
Color.parseColor("#aefacd")Accessibility — WCAG contrast
Aa
#aefacd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefacd on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.0%
Blue80.4%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow18.0%
Key (black)2.0%
Color previews
#aefacd text on a black background
contrast 17.36:1
Card sample
#aefacd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefacd;
Background color
Panel with #aefacd background
background-color: #aefacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 250, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 250, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefacd; background: linear-gradient(135deg, #aefacd, #AEF4FA);