#acfeba
a light, electric green · cool · closest name: aquamarine
RGB
172, 254, 186
HSL
130°, 98%, 84%
CMYK
32, 0, 27, 0
Luminance
0.8320
Every format
| HEX | #acfeba |
| RGB | rgb(172, 254, 186) |
| HSL | hsl(130, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 27%, 0%) |
| LAB | lab(93.1 -38.2 24.8) |
| LCH | lch(93.1 45.6 147.0) |
| OKLCH | oklch(0.927 0.122 148.9) |
Copy-ready code
/* CSS */
color: #acfeba;
background-color: #acfeba;
/* Tailwind (arbitrary) */
class="text-[#acfeba] bg-[#acfeba]"
/* SCSS */
$brand: #acfeba;
/* SwiftUI */
Color(red: 0.675, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#acfeba")Accessibility — WCAG contrast
Aa
#acfeba on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acfeba on black: 17.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green99.6%
Blue72.9%
CMYK percentages
Cyan32.3%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#acfeba text on a black background
contrast 17.64:1
Card sample
#acfeba text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acfeba;
Background color
Panel with #acfeba background
background-color: #acfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acfeba; background: linear-gradient(135deg, #acfeba, #ACFEF1);