#aceccf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 207
HSL
153°, 63%, 80%
CMYK
27, 0, 12, 8
Luminance
0.7327
Every format
| HEX | #aceccf |
| RGB | rgb(172, 236, 207) |
| HSL | hsl(153, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 12%, 8%) |
| LAB | lab(88.6 -26.0 7.6) |
| LCH | lch(88.6 27.1 163.7) |
| OKLCH | oklch(0.892 0.076 165.0) |
Copy-ready code
/* CSS */
color: #aceccf;
background-color: #aceccf;
/* Tailwind (arbitrary) */
class="text-[#aceccf] bg-[#aceccf]"
/* SCSS */
$brand: #aceccf;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#aceccf")Accessibility — WCAG contrast
Aa
#aceccf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceccf on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#aceccf text on a black background
contrast 15.65:1
Card sample
#aceccf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceccf;
Background color
Panel with #aceccf background
background-color: #aceccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceccf; background: linear-gradient(135deg, #aceccf, #ACDEEC);