#aceecb
a light, vivid green · cool · closest name: aquamarine
RGB
172, 238, 203
HSL
148°, 66%, 80%
CMYK
28, 0, 15, 7
Luminance
0.7423
Every format
| HEX | #aceecb |
| RGB | rgb(172, 238, 203) |
| HSL | hsl(148, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 15%, 7%) |
| LAB | lab(89.0 -27.7 10.3) |
| LCH | lch(89.0 29.6 159.5) |
| OKLCH | oklch(0.895 0.082 161.0) |
Copy-ready code
/* CSS */
color: #aceecb;
background-color: #aceecb;
/* Tailwind (arbitrary) */
class="text-[#aceecb] bg-[#aceecb]"
/* SCSS */
$brand: #aceecb;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.796)
/* Android */
Color.parseColor("#aceecb")Accessibility — WCAG contrast
Aa
#aceecb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceecb on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue79.6%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow14.7%
Key (black)6.7%
Color previews
#aceecb text on a black background
contrast 15.85:1
Card sample
#aceecb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceecb;
Background color
Panel with #aceecb background
background-color: #aceecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceecb; background: linear-gradient(135deg, #aceecb, #ACE5EE);