#acf5cc
a light, electric green · cool · closest name: aquamarine
RGB
172, 245, 204
HSL
146°, 79%, 82%
CMYK
30, 0, 17, 4
Luminance
0.7844
Every format
| HEX | #acf5cc |
| RGB | rgb(172, 245, 204) |
| HSL | hsl(146, 79%, 82%) |
| CMYK | cmyk(30%, 0%, 17%, 4%) |
| LAB | lab(91.0 -30.9 12.6) |
| LCH | lch(91.0 33.3 157.8) |
| OKLCH | oklch(0.911 0.092 159.3) |
Copy-ready code
/* CSS */
color: #acf5cc;
background-color: #acf5cc;
/* Tailwind (arbitrary) */
class="text-[#acf5cc] bg-[#acf5cc]"
/* SCSS */
$brand: #acf5cc;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.800)
/* Android */
Color.parseColor("#acf5cc")Accessibility — WCAG contrast
Aa
#acf5cc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf5cc on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue80.0%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow16.7%
Key (black)3.9%
Color previews
#acf5cc text on a black background
contrast 16.69:1
Card sample
#acf5cc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf5cc;
Background color
Panel with #acf5cc background
background-color: #acf5cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf5cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf5cc; background: linear-gradient(135deg, #acf5cc, #ACEDF5);