#acfbc3
a light, electric green · cool · closest name: aquamarine
RGB
172, 251, 195
HSL
138°, 91%, 83%
CMYK
32, 0, 22, 2
Luminance
0.8171
Every format
| HEX | #acfbc3 |
| RGB | rgb(172, 251, 195) |
| HSL | hsl(138, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 22%, 2%) |
| LAB | lab(92.4 -35.3 19.3) |
| LCH | lch(92.4 40.2 151.3) |
| OKLCH | oklch(0.922 0.109 153.0) |
Copy-ready code
/* CSS */
color: #acfbc3;
background-color: #acfbc3;
/* Tailwind (arbitrary) */
class="text-[#acfbc3] bg-[#acfbc3]"
/* SCSS */
$brand: #acfbc3;
/* SwiftUI */
Color(red: 0.675, green: 0.984, blue: 0.765)
/* Android */
Color.parseColor("#acfbc3")Accessibility — WCAG contrast
Aa
#acfbc3 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfbc3 on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.4%
Blue76.5%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow22.3%
Key (black)1.6%
Color previews
#acfbc3 text on a black background
contrast 17.34:1
Card sample
#acfbc3 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfbc3;
Background color
Panel with #acfbc3 background
background-color: #acfbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 251, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 251, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfbc3; background: linear-gradient(135deg, #acfbc3, #ACFBF8);