#aed2ab
a light, soft green · cool · closest name: beige
RGB
174, 210, 171
HSL
115°, 30%, 75%
CMYK
17, 0, 19, 18
Luminance
0.5803
Every format
| HEX | #aed2ab |
| RGB | rgb(174, 210, 171) |
| HSL | hsl(115, 30%, 75%) |
| CMYK | cmyk(17%, 0%, 19%, 18%) |
| LAB | lab(80.8 -19.3 15.5) |
| LCH | lch(80.8 24.7 141.3) |
| OKLCH | oklch(0.827 0.066 142.9) |
Copy-ready code
/* CSS */
color: #aed2ab;
background-color: #aed2ab;
/* Tailwind (arbitrary) */
class="text-[#aed2ab] bg-[#aed2ab]"
/* SCSS */
$brand: #aed2ab;
/* SwiftUI */
Color(red: 0.682, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#aed2ab")Accessibility — WCAG contrast
Aa
#aed2ab on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aed2ab on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green82.4%
Blue67.1%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow18.6%
Key (black)17.6%
Color previews
#aed2ab text on a black background
contrast 12.61:1
Card sample
#aed2ab text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aed2ab;
Background color
Panel with #aed2ab background
background-color: #aed2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aed2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aed2ab; background: linear-gradient(135deg, #aed2ab, #ABD2C2);