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