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