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