#acefad
a light, vivid green · cool · closest name: aquamarine
RGB
172, 239, 173
HSL
121°, 68%, 81%
CMYK
28, 0, 28, 6
Luminance
0.7352
Every format
| HEX | #acefad |
| RGB | rgb(172, 239, 173) |
| HSL | hsl(121, 68%, 81%) |
| CMYK | cmyk(28%, 0%, 28%, 6%) |
| LAB | lab(88.7 -33.5 25.4) |
| LCH | lch(88.7 42.1 142.9) |
| OKLCH | oklch(0.891 0.112 144.9) |
Copy-ready code
/* CSS */
color: #acefad;
background-color: #acefad;
/* Tailwind (arbitrary) */
class="text-[#acefad] bg-[#acefad]"
/* SCSS */
$brand: #acefad;
/* SwiftUI */
Color(red: 0.675, green: 0.937, blue: 0.678)
/* Android */
Color.parseColor("#acefad")Accessibility — WCAG contrast
Aa
#acefad on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acefad on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green93.7%
Blue67.8%
CMYK percentages
Cyan28.0%
Magenta0.0%
Yellow27.6%
Key (black)6.3%
Color previews
#acefad text on a black background
contrast 15.70:1
Card sample
#acefad text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acefad;
Background color
Panel with #acefad background
background-color: #acefad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acefad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 239, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 239, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acefad; background: linear-gradient(135deg, #acefad, #ACEFDA);