#ace7cc
a light, vivid green · cool · closest name: aquamarine
RGB
172, 231, 204
HSL
153°, 55%, 79%
CMYK
26, 0, 12, 9
Luminance
0.7028
Every format
| HEX | #ace7cc |
| RGB | rgb(172, 231, 204) |
| HSL | hsl(153, 55%, 79%) |
| CMYK | cmyk(26%, 0%, 12%, 9%) |
| LAB | lab(87.1 -24.2 7.1) |
| LCH | lch(87.1 25.2 163.6) |
| OKLCH | oklch(0.880 0.071 165.0) |
Copy-ready code
/* CSS */
color: #ace7cc;
background-color: #ace7cc;
/* Tailwind (arbitrary) */
class="text-[#ace7cc] bg-[#ace7cc]"
/* SCSS */
$brand: #ace7cc;
/* SwiftUI */
Color(red: 0.675, green: 0.906, blue: 0.800)
/* Android */
Color.parseColor("#ace7cc")Accessibility — WCAG contrast
Aa
#ace7cc on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ace7cc on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green90.6%
Blue80.0%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow11.7%
Key (black)9.4%
Color previews
#ace7cc text on a black background
contrast 15.06:1
Card sample
#ace7cc text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ace7cc;
Background color
Panel with #ace7cc background
background-color: #ace7cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ace7cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 231, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 231, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ace7cc; background: linear-gradient(135deg, #ace7cc, #ACDBE7);