#acecc2
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 194
HSL
141°, 63%, 80%
CMYK
27, 0, 18, 8
Luminance
0.7266
Every format
| HEX | #acecc2 |
| RGB | rgb(172, 236, 194) |
| HSL | hsl(141, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 18%, 8%) |
| LAB | lab(88.3 -28.5 14.0) |
| LCH | lch(88.3 31.7 153.9) |
| OKLCH | oklch(0.889 0.087 155.5) |
Copy-ready code
/* CSS */
color: #acecc2;
background-color: #acecc2;
/* Tailwind (arbitrary) */
class="text-[#acecc2] bg-[#acecc2]"
/* SCSS */
$brand: #acecc2;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.761)
/* Android */
Color.parseColor("#acecc2")Accessibility — WCAG contrast
Aa
#acecc2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecc2 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue76.1%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow17.8%
Key (black)7.5%
Color previews
#acecc2 text on a black background
contrast 15.53:1
Card sample
#acecc2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecc2;
Background color
Panel with #acecc2 background
background-color: #acecc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecc2; background: linear-gradient(135deg, #acecc2, #ACEBEC);