#aceeaf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 238, 175
HSL
123°, 66%, 80%
CMYK
28, 0, 27, 7
Luminance
0.7301
Every format
| HEX | #aceeaf |
| RGB | rgb(172, 238, 175) |
| HSL | hsl(123, 66%, 80%) |
| CMYK | cmyk(28%, 0%, 27%, 7%) |
| LAB | lab(88.5 -32.8 24.0) |
| LCH | lch(88.5 40.6 143.7) |
| OKLCH | oklch(0.889 0.108 145.7) |
Copy-ready code
/* CSS */
color: #aceeaf;
background-color: #aceeaf;
/* Tailwind (arbitrary) */
class="text-[#aceeaf] bg-[#aceeaf]"
/* SCSS */
$brand: #aceeaf;
/* SwiftUI */
Color(red: 0.675, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#aceeaf")Accessibility — WCAG contrast
Aa
#aceeaf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aceeaf on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.3%
Blue68.6%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#aceeaf text on a black background
contrast 15.60:1
Card sample
#aceeaf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aceeaf;
Background color
Panel with #aceeaf background
background-color: #aceeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aceeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aceeaf; background: linear-gradient(135deg, #aceeaf, #ACEEDB);