#acfcc8
a light, electric green · cool · closest name: aquamarine
RGB
172, 252, 200
HSL
141°, 93%, 83%
CMYK
32, 0, 21, 1
Luminance
0.8256
Every format
| HEX | #acfcc8 |
| RGB | rgb(172, 252, 200) |
| HSL | hsl(141, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 21%, 1%) |
| LAB | lab(92.8 -34.9 17.3) |
| LCH | lch(92.8 38.9 153.6) |
| OKLCH | oklch(0.926 0.106 155.3) |
Copy-ready code
/* CSS */
color: #acfcc8;
background-color: #acfcc8;
/* Tailwind (arbitrary) */
class="text-[#acfcc8] bg-[#acfcc8]"
/* SCSS */
$brand: #acfcc8;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.784)
/* Android */
Color.parseColor("#acfcc8")Accessibility — WCAG contrast
Aa
#acfcc8 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfcc8 on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue78.4%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow20.6%
Key (black)1.2%
Color previews
#acfcc8 text on a black background
contrast 17.51:1
Card sample
#acfcc8 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfcc8;
Background color
Panel with #acfcc8 background
background-color: #acfcc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfcc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfcc8; background: linear-gradient(135deg, #acfcc8, #ACFBFC);