#acf9bc
a light, electric green · cool · closest name: aquamarine
RGB
172, 249, 188
HSL
133°, 87%, 83%
CMYK
31, 0, 25, 2
Luminance
0.8015
Every format
| HEX | #acf9bc |
| RGB | rgb(172, 249, 188) |
| HSL | hsl(133, 87%, 83%) |
| CMYK | cmyk(31%, 0%, 25%, 2%) |
| LAB | lab(91.8 -35.6 21.9) |
| LCH | lch(91.8 41.8 148.4) |
| OKLCH | oklch(0.916 0.113 150.2) |
Copy-ready code
/* CSS */
color: #acf9bc;
background-color: #acf9bc;
/* Tailwind (arbitrary) */
class="text-[#acf9bc] bg-[#acf9bc]"
/* SCSS */
$brand: #acf9bc;
/* SwiftUI */
Color(red: 0.675, green: 0.976, blue: 0.737)
/* Android */
Color.parseColor("#acf9bc")Accessibility — WCAG contrast
Aa
#acf9bc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf9bc on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.6%
Blue73.7%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow24.5%
Key (black)2.4%
Color previews
#acf9bc text on a black background
contrast 17.03:1
Card sample
#acf9bc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf9bc;
Background color
Panel with #acf9bc background
background-color: #acf9bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf9bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 249, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 249, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf9bc; background: linear-gradient(135deg, #acf9bc, #ACF9EF);