#acf4cf
a light, electric green · cool · closest name: aquamarine
RGB
172, 244, 207
HSL
149°, 77%, 82%
CMYK
30, 0, 15, 4
Luminance
0.7798
Every format
| HEX | #acf4cf |
| RGB | rgb(172, 244, 207) |
| HSL | hsl(149, 77%, 82%) |
| CMYK | cmyk(30%, 0%, 15%, 4%) |
| LAB | lab(90.8 -29.8 10.8) |
| LCH | lch(90.8 31.7 160.2) |
| OKLCH | oklch(0.910 0.088 161.6) |
Copy-ready code
/* CSS */
color: #acf4cf;
background-color: #acf4cf;
/* Tailwind (arbitrary) */
class="text-[#acf4cf] bg-[#acf4cf]"
/* SCSS */
$brand: #acf4cf;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.812)
/* Android */
Color.parseColor("#acf4cf")Accessibility — WCAG contrast
Aa
#acf4cf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf4cf on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue81.2%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow15.2%
Key (black)4.3%
Color previews
#acf4cf text on a black background
contrast 16.60:1
Card sample
#acf4cf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf4cf;
Background color
Panel with #acf4cf background
background-color: #acf4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf4cf; background: linear-gradient(135deg, #acf4cf, #ACE9F4);