#acf0cf
a light, vivid green · cool · closest name: aquamarine
RGB
172, 240, 207
HSL
151°, 69%, 81%
CMYK
28, 0, 14, 6
Luminance
0.7560
Every format
| HEX | #acf0cf |
| RGB | rgb(172, 240, 207) |
| HSL | hsl(151, 69%, 81%) |
| CMYK | cmyk(28%, 0%, 14%, 6%) |
| LAB | lab(89.7 -27.9 9.2) |
| LCH | lch(89.7 29.4 161.8) |
| OKLCH | oklch(0.901 0.082 163.2) |
Copy-ready code
/* CSS */
color: #acf0cf;
background-color: #acf0cf;
/* Tailwind (arbitrary) */
class="text-[#acf0cf] bg-[#acf0cf]"
/* SCSS */
$brand: #acf0cf;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#acf0cf")Accessibility — WCAG contrast
Aa
#acf0cf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf0cf on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue81.2%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#acf0cf text on a black background
contrast 16.12:1
Card sample
#acf0cf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf0cf;
Background color
Panel with #acf0cf background
background-color: #acf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf0cf; background: linear-gradient(135deg, #acf0cf, #ACE4F0);