#acf8d2
a light, electric green · cool · closest name: aquamarine
RGB
172, 248, 210
HSL
150°, 84%, 82%
CMYK
31, 0, 15, 3
Luminance
0.8056
Every format
| HEX | #acf8d2 |
| RGB | rgb(172, 248, 210) |
| HSL | hsl(150, 84%, 82%) |
| CMYK | cmyk(31%, 0%, 15%, 3%) |
| LAB | lab(91.9 -31.1 10.9) |
| LCH | lch(91.9 33.0 160.8) |
| OKLCH | oklch(0.919 0.091 162.2) |
Copy-ready code
/* CSS */
color: #acf8d2;
background-color: #acf8d2;
/* Tailwind (arbitrary) */
class="text-[#acf8d2] bg-[#acf8d2]"
/* SCSS */
$brand: #acf8d2;
/* SwiftUI */
Color(red: 0.675, green: 0.973, blue: 0.824)
/* Android */
Color.parseColor("#acf8d2")Accessibility — WCAG contrast
Aa
#acf8d2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf8d2 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green97.3%
Blue82.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow15.3%
Key (black)2.7%
Color previews
#acf8d2 text on a black background
contrast 17.11:1
Card sample
#acf8d2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf8d2;
Background color
Panel with #acf8d2 background
background-color: #acf8d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf8d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 248, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 248, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf8d2; background: linear-gradient(135deg, #acf8d2, #ACEBF8);