#acecaf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 236, 175
HSL
123°, 63%, 80%
CMYK
27, 0, 26, 8
Luminance
0.7186
Every format
| HEX | #acecaf |
| RGB | rgb(172, 236, 175) |
| HSL | hsl(123, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 26%, 8%) |
| LAB | lab(87.9 -31.8 23.3) |
| LCH | lch(87.9 39.4 143.8) |
| OKLCH | oklch(0.884 0.105 145.8) |
Copy-ready code
/* CSS */
color: #acecaf;
background-color: #acecaf;
/* Tailwind (arbitrary) */
class="text-[#acecaf] bg-[#acecaf]"
/* SCSS */
$brand: #acecaf;
/* SwiftUI */
Color(red: 0.675, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#acecaf")Accessibility — WCAG contrast
Aa
#acecaf on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acecaf on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green92.5%
Blue68.6%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#acecaf text on a black background
contrast 15.37:1
Card sample
#acecaf text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acecaf;
Background color
Panel with #acecaf background
background-color: #acecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acecaf; background: linear-gradient(135deg, #acecaf, #ACECDA);