#acf4d3
a light, electric green · cool · closest name: aquamarine
RGB
172, 244, 211
HSL
153°, 77%, 82%
CMYK
30, 0, 14, 4
Luminance
0.7818
Every format
| HEX | #acf4d3 |
| RGB | rgb(172, 244, 211) |
| HSL | hsl(153, 77%, 82%) |
| CMYK | cmyk(30%, 0%, 14%, 4%) |
| LAB | lab(90.9 -29.0 8.8) |
| LCH | lch(90.9 30.3 163.1) |
| OKLCH | oklch(0.911 0.085 164.5) |
Copy-ready code
/* CSS */
color: #acf4d3;
background-color: #acf4d3;
/* Tailwind (arbitrary) */
class="text-[#acf4d3] bg-[#acf4d3]"
/* SCSS */
$brand: #acf4d3;
/* SwiftUI */
Color(red: 0.675, green: 0.957, blue: 0.827)
/* Android */
Color.parseColor("#acf4d3")Accessibility — WCAG contrast
Aa
#acf4d3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf4d3 on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green95.7%
Blue82.7%
CMYK percentages
Cyan29.5%
Magenta0.0%
Yellow13.5%
Key (black)4.3%
Color previews
#acf4d3 text on a black background
contrast 16.64:1
Card sample
#acf4d3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf4d3;
Background color
Panel with #acf4d3 background
background-color: #acf4d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf4d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 244, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 244, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf4d3; background: linear-gradient(135deg, #acf4d3, #ACE5F4);