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