#acf6d7
a light, electric green · cool · closest name: aquamarine
RGB
172, 246, 215
HSL
155°, 80%, 82%
CMYK
30, 0, 13, 4
Luminance
0.7959
Every format
| HEX | #acf6d7 |
| RGB | rgb(172, 246, 215) |
| HSL | hsl(155, 80%, 82%) |
| CMYK | cmyk(30%, 0%, 13%, 4%) |
| LAB | lab(91.5 -29.2 7.7) |
| LCH | lch(91.5 30.2 165.3) |
| OKLCH | oklch(0.916 0.085 166.6) |
Copy-ready code
/* CSS */
color: #acf6d7;
background-color: #acf6d7;
/* Tailwind (arbitrary) */
class="text-[#acf6d7] bg-[#acf6d7]"
/* SCSS */
$brand: #acf6d7;
/* SwiftUI */
Color(red: 0.675, green: 0.965, blue: 0.843)
/* Android */
Color.parseColor("#acf6d7")Accessibility — WCAG contrast
Aa
#acf6d7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf6d7 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.5%
Blue84.3%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow12.6%
Key (black)3.5%
Color previews
#acf6d7 text on a black background
contrast 16.92:1
Card sample
#acf6d7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf6d7;
Background color
Panel with #acf6d7 background
background-color: #acf6d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf6d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 246, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 246, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf6d7; background: linear-gradient(135deg, #acf6d7, #ACE4F6);