#acf7b5
a light, electric green · cool · closest name: aquamarine
RGB
172, 247, 181
HSL
127°, 82%, 82%
CMYK
30, 0, 27, 3
Luminance
0.7863
Every format
| HEX | #acf7b5 |
| RGB | rgb(172, 247, 181) |
| HSL | hsl(127, 82%, 82%) |
| CMYK | cmyk(30%, 0%, 27%, 3%) |
| LAB | lab(91.1 -35.9 24.6) |
| LCH | lch(91.1 43.5 145.6) |
| OKLCH | oklch(0.910 0.116 147.6) |
Copy-ready code
/* CSS */
color: #acf7b5;
background-color: #acf7b5;
/* Tailwind (arbitrary) */
class="text-[#acf7b5] bg-[#acf7b5]"
/* SCSS */
$brand: #acf7b5;
/* SwiftUI */
Color(red: 0.675, green: 0.969, blue: 0.710)
/* Android */
Color.parseColor("#acf7b5")Accessibility — WCAG contrast
Aa
#acf7b5 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf7b5 on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.9%
Blue71.0%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow26.7%
Key (black)3.1%
Color previews
#acf7b5 text on a black background
contrast 16.73:1
Card sample
#acf7b5 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf7b5;
Background color
Panel with #acf7b5 background
background-color: #acf7b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf7b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 247, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 247, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf7b5; background: linear-gradient(135deg, #acf7b5, #ACF7E7);