#acfbae
a light, electric green · cool · closest name: aquamarine
RGB
172, 251, 174
HSL
122°, 91%, 83%
CMYK
32, 0, 31, 2
Luminance
0.8082
Every format
| HEX | #acfbae |
| RGB | rgb(172, 251, 174) |
| HSL | hsl(122, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 31%, 2%) |
| LAB | lab(92.0 -38.9 29.4) |
| LCH | lch(92.0 48.8 142.8) |
| OKLCH | oklch(0.918 0.129 145.0) |
Copy-ready code
/* CSS */
color: #acfbae;
background-color: #acfbae;
/* Tailwind (arbitrary) */
class="text-[#acfbae] bg-[#acfbae]"
/* SCSS */
$brand: #acfbae;
/* SwiftUI */
Color(red: 0.675, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#acfbae")Accessibility — WCAG contrast
Aa
#acfbae on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfbae on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.4%
Blue68.2%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#acfbae text on a black background
contrast 17.16:1
Card sample
#acfbae text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfbae;
Background color
Panel with #acfbae background
background-color: #acfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfbae; background: linear-gradient(135deg, #acfbae, #ACFBE3);