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