#acf6b2
a light, electric green · cool · closest name: aquamarine
RGB
172, 246, 178
HSL
125°, 80%, 82%
CMYK
30, 0, 28, 4
Luminance
0.7790
Every format
| HEX | #acf6b2 |
| RGB | rgb(172, 246, 178) |
| HSL | hsl(125, 80%, 82%) |
| CMYK | cmyk(30%, 0%, 28%, 4%) |
| LAB | lab(90.7 -36.0 25.6) |
| LCH | lch(90.7 44.1 144.5) |
| OKLCH | oklch(0.907 0.118 146.5) |
Copy-ready code
/* CSS */
color: #acf6b2;
background-color: #acf6b2;
/* Tailwind (arbitrary) */
class="text-[#acf6b2] bg-[#acf6b2]"
/* SCSS */
$brand: #acf6b2;
/* SwiftUI */
Color(red: 0.675, green: 0.965, blue: 0.698)
/* Android */
Color.parseColor("#acf6b2")Accessibility — WCAG contrast
Aa
#acf6b2 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf6b2 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.5%
Blue69.8%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow27.6%
Key (black)3.5%
Color previews
#acf6b2 text on a black background
contrast 16.58:1
Card sample
#acf6b2 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf6b2;
Background color
Panel with #acf6b2 background
background-color: #acf6b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf6b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 246, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 246, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf6b2; background: linear-gradient(135deg, #acf6b2, #ACF6E3);