#acf0cd
a light, vivid green · cool · closest name: aquamarine
RGB
172, 240, 205
HSL
149°, 69%, 81%
CMYK
28, 0, 15, 6
Luminance
0.7550
Every format
| HEX | #acf0cd |
| RGB | rgb(172, 240, 205) |
| HSL | hsl(149, 69%, 81%) |
| CMYK | cmyk(28%, 0%, 15%, 6%) |
| LAB | lab(89.6 -28.3 10.2) |
| LCH | lch(89.6 30.1 160.3) |
| OKLCH | oklch(0.900 0.084 161.7) |
Copy-ready code
/* CSS */
color: #acf0cd;
background-color: #acf0cd;
/* Tailwind (arbitrary) */
class="text-[#acf0cd] bg-[#acf0cd]"
/* SCSS */
$brand: #acf0cd;
/* SwiftUI */
Color(red: 0.675, green: 0.941, blue: 0.804)
/* Android */
Color.parseColor("#acf0cd")Accessibility — WCAG contrast
Aa
#acf0cd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf0cd on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.1%
Blue80.4%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow14.6%
Key (black)5.9%
Color previews
#acf0cd text on a black background
contrast 16.10:1
Card sample
#acf0cd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf0cd;
Background color
Panel with #acf0cd background
background-color: #acf0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 240, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 240, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf0cd; background: linear-gradient(135deg, #acf0cd, #ACE6F0);