#acd0c2
a light, soft green · cool · closest name: silver
RGB
172, 208, 194
HSL
157°, 28%, 75%
CMYK
17, 0, 7, 18
Luminance
0.5778
Every format
| HEX | #acd0c2 |
| RGB | rgb(172, 208, 194) |
| HSL | hsl(157, 28%, 75%) |
| CMYK | cmyk(17%, 0%, 7%, 18%) |
| LAB | lab(80.6 -14.7 3.0) |
| LCH | lch(80.6 15.0 168.5) |
| OKLCH | oklch(0.827 0.043 169.7) |
Copy-ready code
/* CSS */
color: #acd0c2;
background-color: #acd0c2;
/* Tailwind (arbitrary) */
class="text-[#acd0c2] bg-[#acd0c2]"
/* SCSS */
$brand: #acd0c2;
/* SwiftUI */
Color(red: 0.675, green: 0.816, blue: 0.761)
/* Android */
Color.parseColor("#acd0c2")Accessibility — WCAG contrast
Aa
#acd0c2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd0c2 on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green81.6%
Blue76.1%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow6.7%
Key (black)18.4%
Color previews
#acd0c2 text on a black background
contrast 12.56:1
Card sample
#acd0c2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd0c2;
Background color
Panel with #acd0c2 background
background-color: #acd0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 208, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 208, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd0c2; background: linear-gradient(135deg, #acd0c2, #ACC6D0);