#acf1cb
a light, vivid green · cool · closest name: aquamarine
RGB
172, 241, 203
HSL
147°, 71%, 81%
CMYK
29, 0, 16, 6
Luminance
0.7599
Every format
| HEX | #acf1cb |
| RGB | rgb(172, 241, 203) |
| HSL | hsl(147, 71%, 81%) |
| CMYK | cmyk(29%, 0%, 16%, 6%) |
| LAB | lab(89.8 -29.2 11.5) |
| LCH | lch(89.8 31.4 158.4) |
| OKLCH | oklch(0.902 0.087 159.9) |
Copy-ready code
/* CSS */
color: #acf1cb;
background-color: #acf1cb;
/* Tailwind (arbitrary) */
class="text-[#acf1cb] bg-[#acf1cb]"
/* SCSS */
$brand: #acf1cb;
/* SwiftUI */
Color(red: 0.675, green: 0.945, blue: 0.796)
/* Android */
Color.parseColor("#acf1cb")Accessibility — WCAG contrast
Aa
#acf1cb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf1cb on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green94.5%
Blue79.6%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow15.8%
Key (black)5.5%
Color previews
#acf1cb text on a black background
contrast 16.20:1
Card sample
#acf1cb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf1cb;
Background color
Panel with #acf1cb background
background-color: #acf1cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf1cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 241, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 241, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf1cb; background: linear-gradient(135deg, #acf1cb, #ACE9F1);