#acf4ba
a light, electric green · cool · closest name: aquamarine
RGB
172, 244, 186
HSL
132°, 77%, 82%
CMYK
30, 0, 24, 4
Luminance
0.7702
Every format
| HEX | #acf4ba |
| RGB | rgb(172, 244, 186) |
| HSL | hsl(132, 77%, 82%) |
| CMYK | cmyk(30%, 0%, 24%, 4%) |
| LAB | lab(90.3 -33.7 21.0) |
| LCH | lch(90.3 39.7 148.1) |
| OKLCH | oklch(0.905 0.107 149.9) |
Copy-ready code
/* CSS */
color: #acf4ba;
background-color: #acf4ba;
/* Tailwind (arbitrary) */
class="text-[#acf4ba] bg-[#acf4ba]"
/* SCSS */
$brand: #acf4ba;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.729)
/* Android */
Color.parseColor("#acf4ba")Accessibility — WCAG contrast
Aa
#acf4ba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf4ba on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue72.9%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow23.8%
Key (black)4.3%
Color previews
#acf4ba text on a black background
contrast 16.40:1
Card sample
#acf4ba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf4ba;
Background color
Panel with #acf4ba background
background-color: #acf4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf4ba; background: linear-gradient(135deg, #acf4ba, #ACF4EA);