#acebc2
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 194
HSL
141°, 61%, 80%
CMYK
27, 0, 17, 8
Luminance
0.7208
Every format
| HEX | #acebc2 |
| RGB | rgb(172, 235, 194) |
| HSL | hsl(141, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 17%, 8%) |
| LAB | lab(88.0 -28.0 13.6) |
| LCH | lch(88.0 31.1 154.1) |
| OKLCH | oklch(0.886 0.085 155.7) |
Copy-ready code
/* CSS */
color: #acebc2;
background-color: #acebc2;
/* Tailwind (arbitrary) */
class="text-[#acebc2] bg-[#acebc2]"
/* SCSS */
$brand: #acebc2;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.761)
/* Android */
Color.parseColor("#acebc2")Accessibility — WCAG contrast
Aa
#acebc2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebc2 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue76.1%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow17.4%
Key (black)7.8%
Color previews
#acebc2 text on a black background
contrast 15.42:1
Card sample
#acebc2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebc2;
Background color
Panel with #acebc2 background
background-color: #acebc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebc2; background: linear-gradient(135deg, #acebc2, #ACEAEB);