#acfcc4
a light, electric green · cool · closest name: aquamarine
RGB
172, 252, 196
HSL
138°, 93%, 83%
CMYK
32, 0, 22, 1
Luminance
0.8238
Every format
| HEX | #acfcc4 |
| RGB | rgb(172, 252, 196) |
| HSL | hsl(138, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 22%, 1%) |
| LAB | lab(92.7 -35.6 19.2) |
| LCH | lch(92.7 40.4 151.6) |
| OKLCH | oklch(0.925 0.110 153.3) |
Copy-ready code
/* CSS */
color: #acfcc4;
background-color: #acfcc4;
/* Tailwind (arbitrary) */
class="text-[#acfcc4] bg-[#acfcc4]"
/* SCSS */
$brand: #acfcc4;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.769)
/* Android */
Color.parseColor("#acfcc4")Accessibility — WCAG contrast
Aa
#acfcc4 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfcc4 on black: 17.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue76.9%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow22.2%
Key (black)1.2%
Color previews
#acfcc4 text on a black background
contrast 17.48:1
Card sample
#acfcc4 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfcc4;
Background color
Panel with #acfcc4 background
background-color: #acfcc4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfcc4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfcc4; background: linear-gradient(135deg, #acfcc4, #ACFCF9);