#acf5dc
a light, electric green · cool · closest name: aquamarine
RGB
172, 245, 220
HSL
160°, 79%, 82%
CMYK
30, 0, 10, 4
Luminance
0.7924
Every format
| HEX | #acf5dc |
| RGB | rgb(172, 245, 220) |
| HSL | hsl(160, 79%, 82%) |
| CMYK | cmyk(30%, 0%, 10%, 4%) |
| LAB | lab(91.3 -27.7 4.8) |
| LCH | lch(91.3 28.1 170.1) |
| OKLCH | oklch(0.915 0.080 171.1) |
Copy-ready code
/* CSS */
color: #acf5dc;
background-color: #acf5dc;
/* Tailwind (arbitrary) */
class="text-[#acf5dc] bg-[#acf5dc]"
/* SCSS */
$brand: #acf5dc;
/* SwiftUI */
Color(red: 0.675, green: 0.961, blue: 0.863)
/* Android */
Color.parseColor("#acf5dc")Accessibility — WCAG contrast
Aa
#acf5dc on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acf5dc on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green96.1%
Blue86.3%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow10.2%
Key (black)3.9%
Color previews
#acf5dc text on a black background
contrast 16.85:1
Card sample
#acf5dc text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acf5dc;
Background color
Panel with #acf5dc background
background-color: #acf5dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acf5dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 245, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 245, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acf5dc; background: linear-gradient(135deg, #acf5dc, #ACDDF5);