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