#acebce
a light, vivid green · cool · closest name: aquamarine
RGB
172, 235, 206
HSL
152°, 61%, 80%
CMYK
27, 0, 12, 8
Luminance
0.7264
Every format
| HEX | #acebce |
| RGB | rgb(172, 235, 206) |
| HSL | hsl(152, 61%, 80%) |
| CMYK | cmyk(27%, 0%, 12%, 8%) |
| LAB | lab(88.3 -25.7 7.7) |
| LCH | lch(88.3 26.8 163.3) |
| OKLCH | oklch(0.890 0.075 164.7) |
Copy-ready code
/* CSS */
color: #acebce;
background-color: #acebce;
/* Tailwind (arbitrary) */
class="text-[#acebce] bg-[#acebce]"
/* SCSS */
$brand: #acebce;
/* SwiftUI */
Color(red: 0.675, green: 0.922, blue: 0.808)
/* Android */
Color.parseColor("#acebce")Accessibility — WCAG contrast
Aa
#acebce on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acebce on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.2%
Blue80.8%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow12.3%
Key (black)7.8%
Color previews
#acebce text on a black background
contrast 15.53:1
Card sample
#acebce text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acebce;
Background color
Panel with #acebce background
background-color: #acebce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acebce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 235, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 235, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acebce; background: linear-gradient(135deg, #acebce, #ACDEEB);