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