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