#acf9ce
a light, electric green · cool · closest name: aquamarine
RGB
172, 249, 206
HSL
147°, 87%, 83%
CMYK
31, 0, 17, 2
Luminance
0.8098
Every format
| HEX | #acf9ce |
| RGB | rgb(172, 249, 206) |
| HSL | hsl(147, 87%, 83%) |
| CMYK | cmyk(31%, 0%, 17%, 2%) |
| LAB | lab(92.1 -32.4 13.2) |
| LCH | lch(92.1 34.9 157.8) |
| OKLCH | oklch(0.920 0.096 159.3) |
Copy-ready code
/* CSS */
color: #acf9ce;
background-color: #acf9ce;
/* Tailwind (arbitrary) */
class="text-[#acf9ce] bg-[#acf9ce]"
/* SCSS */
$brand: #acf9ce;
/* SwiftUI */
Color(red: 0.675, green: 0.976, blue: 0.808)
/* Android */
Color.parseColor("#acf9ce")Accessibility — WCAG contrast
Aa
#acf9ce on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf9ce on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.6%
Blue80.8%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow17.3%
Key (black)2.4%
Color previews
#acf9ce text on a black background
contrast 17.20:1
Card sample
#acf9ce text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf9ce;
Background color
Panel with #acf9ce background
background-color: #acf9ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf9ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 249, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 249, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf9ce; background: linear-gradient(135deg, #acf9ce, #ACF1F9);