#aecdc2
a light, soft green · cool · closest name: silver
RGB
174, 205, 194
HSL
159°, 24%, 74%
CMYK
15, 0, 5, 20
Luminance
0.5656
Every format
| HEX | #aecdc2 |
| RGB | rgb(174, 205, 194) |
| HSL | hsl(159, 24%, 74%) |
| CMYK | cmyk(15%, 0%, 5%, 20%) |
| LAB | lab(79.9 -12.5 2.0) |
| LCH | lch(79.9 12.7 170.9) |
| OKLCH | oklch(0.822 0.036 171.9) |
Copy-ready code
/* CSS */
color: #aecdc2;
background-color: #aecdc2;
/* Tailwind (arbitrary) */
class="text-[#aecdc2] bg-[#aecdc2]"
/* SCSS */
$brand: #aecdc2;
/* SwiftUI */
Color(red: 0.682, green: 0.804, blue: 0.761)
/* Android */
Color.parseColor("#aecdc2")Accessibility — WCAG contrast
Aa
#aecdc2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecdc2 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green80.4%
Blue76.1%
CMYK percentages
Cyan15.1%
Magenta0.0%
Yellow5.4%
Key (black)19.6%
Color previews
#aecdc2 text on a black background
contrast 12.31:1
Card sample
#aecdc2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecdc2;
Background color
Panel with #aecdc2 background
background-color: #aecdc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecdc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 205, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 205, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecdc2; background: linear-gradient(135deg, #aecdc2, #AEC3CD);