#acf9da
a light, electric green · cool · closest name: aquamarine
RGB
172, 249, 218
HSL
156°, 87%, 83%
CMYK
31, 0, 12, 2
Luminance
0.8158
Every format
| HEX | #acf9da |
| RGB | rgb(172, 249, 218) |
| HSL | hsl(156, 87%, 83%) |
| CMYK | cmyk(31%, 0%, 12%, 2%) |
| LAB | lab(92.4 -30.0 7.4) |
| LCH | lch(92.4 30.9 166.2) |
| OKLCH | oklch(0.923 0.087 167.4) |
Copy-ready code
/* CSS */
color: #acf9da;
background-color: #acf9da;
/* Tailwind (arbitrary) */
class="text-[#acf9da] bg-[#acf9da]"
/* SCSS */
$brand: #acf9da;
/* SwiftUI */
Color(red: 0.675, green: 0.976, blue: 0.855)
/* Android */
Color.parseColor("#acf9da")Accessibility — WCAG contrast
Aa
#acf9da on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf9da on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.6%
Blue85.5%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow12.4%
Key (black)2.4%
Color previews
#acf9da text on a black background
contrast 17.32:1
Card sample
#acf9da text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf9da;
Background color
Panel with #acf9da background
background-color: #acf9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 249, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 249, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf9da; background: linear-gradient(135deg, #acf9da, #ACE5F9);