#aeebad
a light, vivid green · cool · closest name: aquamarine
RGB
174, 235, 173
HSL
119°, 61%, 80%
CMYK
26, 0, 26, 8
Luminance
0.7143
Every format
| HEX | #aeebad |
| RGB | rgb(174, 235, 173) |
| HSL | hsl(119, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 26%, 8%) |
| LAB | lab(87.7 -31.1 24.0) |
| LCH | lch(87.7 39.3 142.3) |
| OKLCH | oklch(0.883 0.104 144.2) |
Copy-ready code
/* CSS */
color: #aeebad;
background-color: #aeebad;
/* Tailwind (arbitrary) */
class="text-[#aeebad] bg-[#aeebad]"
/* SCSS */
$brand: #aeebad;
/* SwiftUI */
Color(red: 0.682, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#aeebad")Accessibility — WCAG contrast
Aa
#aeebad on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeebad on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green92.2%
Blue67.8%
CMYK percentages
Cyan26.0%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#aeebad text on a black background
contrast 15.29:1
Card sample
#aeebad text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeebad;
Background color
Panel with #aeebad background
background-color: #aeebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeebad; background: linear-gradient(135deg, #aeebad, #ADEBD5);