#acfcb3
a light, electric green · cool · closest name: aquamarine
RGB
172, 252, 179
HSL
125°, 93%, 83%
CMYK
32, 0, 29, 1
Luminance
0.8165
Every format
| HEX | #acfcb3 |
| RGB | rgb(172, 252, 179) |
| HSL | hsl(125, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 29%, 1%) |
| LAB | lab(92.4 -38.5 27.4) |
| LCH | lch(92.4 47.3 144.5) |
| OKLCH | oklch(0.921 0.126 146.6) |
Copy-ready code
/* CSS */
color: #acfcb3;
background-color: #acfcb3;
/* Tailwind (arbitrary) */
class="text-[#acfcb3] bg-[#acfcb3]"
/* SCSS */
$brand: #acfcb3;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.702)
/* Android */
Color.parseColor("#acfcb3")Accessibility — WCAG contrast
Aa
#acfcb3 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfcb3 on black: 17.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.8%
Blue70.2%
CMYK percentages
Cyan31.7%
Magenta0.0%
Yellow29.0%
Key (black)1.2%
Color previews
#acfcb3 text on a black background
contrast 17.33:1
Card sample
#acfcb3 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfcb3;
Background color
Panel with #acfcb3 background
background-color: #acfcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 252, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfcb3; background: linear-gradient(135deg, #acfcb3, #ACFCE8);