#acf5cf
a light, electric green · cool · closest name: aquamarine
RGB
172, 245, 207
HSL
149°, 79%, 82%
CMYK
30, 0, 16, 4
Luminance
0.7858
Every format
| HEX | #acf5cf |
| RGB | rgb(172, 245, 207) |
| HSL | hsl(149, 79%, 82%) |
| CMYK | cmyk(30%, 0%, 16%, 4%) |
| LAB | lab(91.0 -30.3 11.1) |
| LCH | lch(91.0 32.3 159.8) |
| OKLCH | oklch(0.912 0.089 161.2) |
Copy-ready code
/* CSS */
color: #acf5cf;
background-color: #acf5cf;
/* Tailwind (arbitrary) */
class="text-[#acf5cf] bg-[#acf5cf]"
/* SCSS */
$brand: #acf5cf;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#acf5cf")Accessibility — WCAG contrast
Aa
#acf5cf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf5cf on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue81.2%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#acf5cf text on a black background
contrast 16.72:1
Card sample
#acf5cf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf5cf;
Background color
Panel with #acf5cf background
background-color: #acf5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf5cf; background: linear-gradient(135deg, #acf5cf, #ACEAF5);