#acfbc8
a light, electric green · cool · closest name: aquamarine
RGB
172, 251, 200
HSL
141°, 91%, 83%
CMYK
32, 0, 20, 2
Luminance
0.8194
Every format
| HEX | #acfbc8 |
| RGB | rgb(172, 251, 200) |
| HSL | hsl(141, 91%, 83%) |
| CMYK | cmyk(32%, 0%, 20%, 2%) |
| LAB | lab(92.5 -34.4 16.9) |
| LCH | lch(92.5 38.3 153.9) |
| OKLCH | oklch(0.923 0.104 155.5) |
Copy-ready code
/* CSS */
color: #acfbc8;
background-color: #acfbc8;
/* Tailwind (arbitrary) */
class="text-[#acfbc8] bg-[#acfbc8]"
/* SCSS */
$brand: #acfbc8;
/* SwiftUI */
Color(red: 0.675, green: 0.984, blue: 0.784)
/* Android */
Color.parseColor("#acfbc8")Accessibility — WCAG contrast
Aa
#acfbc8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfbc8 on black: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green98.4%
Blue78.4%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow20.3%
Key (black)1.6%
Color previews
#acfbc8 text on a black background
contrast 17.39:1
Card sample
#acfbc8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfbc8;
Background color
Panel with #acfbc8 background
background-color: #acfbc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfbc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 251, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 251, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfbc8; background: linear-gradient(135deg, #acfbc8, #ACF9FB);