#aecba2
a light, soft green · cool · closest name: beige
RGB
174, 203, 162
HSL
102°, 28%, 72%
CMYK
14, 0, 20, 20
Luminance
0.5432
Every format
| HEX | #aecba2 |
| RGB | rgb(174, 203, 162) |
| HSL | hsl(102, 28%, 72%) |
| CMYK | cmyk(14%, 0%, 20%, 20%) |
| LAB | lab(78.7 -17.3 17.3) |
| LCH | lch(78.7 24.5 135.0) |
| OKLCH | oklch(0.810 0.064 136.6) |
Copy-ready code
/* CSS */
color: #aecba2;
background-color: #aecba2;
/* Tailwind (arbitrary) */
class="text-[#aecba2] bg-[#aecba2]"
/* SCSS */
$brand: #aecba2;
/* SwiftUI */
Color(red: 0.682, green: 0.796, blue: 0.635)
/* Android */
Color.parseColor("#aecba2")Accessibility — WCAG contrast
Aa
#aecba2 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecba2 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green79.6%
Blue63.5%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow20.2%
Key (black)20.4%
Color previews
#aecba2 text on a black background
contrast 11.86:1
Card sample
#aecba2 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecba2;
Background color
Panel with #aecba2 background
background-color: #aecba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 203, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 203, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecba2; background: linear-gradient(135deg, #aecba2, #A2CBB1);