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