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