#acebae
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 174
HSL
122°, 61%, 80%
CMYK
27, 0, 26, 8
Luminance
0.7124
Every format
| HEX | #acebae |
| RGB | rgb(172, 235, 174) |
| HSL | hsl(122, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 26%, 8%) |
| LAB | lab(87.6 -31.5 23.4) |
| LCH | lch(87.6 39.3 143.4) |
| OKLCH | oklch(0.882 0.105 145.4) |
Copy-ready code
/* CSS */
color: #acebae;
background-color: #acebae;
/* Tailwind (arbitrary) */
class="text-[#acebae] bg-[#acebae]"
/* SCSS */
$brand: #acebae;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.682)
/* Android */
Color.parseColor("#acebae")Accessibility — WCAG contrast
Aa
#acebae on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebae on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue68.2%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow26.0%
Key (black)7.8%
Color previews
#acebae text on a black background
contrast 15.25:1
Card sample
#acebae text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebae;
Background color
Panel with #acebae background
background-color: #acebae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebae; background: linear-gradient(135deg, #acebae, #ACEBD8);