#acd3c2
a light, soft green · cool · closest name: silver
RGB
172, 211, 194
HSL
154°, 31%, 75%
CMYK
19, 0, 8, 17
Luminance
0.5925
Every format
| HEX | #acd3c2 |
| RGB | rgb(172, 211, 194) |
| HSL | hsl(154, 31%, 75%) |
| CMYK | cmyk(19%, 0%, 8%, 17%) |
| LAB | lab(81.4 -16.2 4.2) |
| LCH | lch(81.4 16.8 165.6) |
| OKLCH | oklch(0.834 0.048 166.9) |
Copy-ready code
/* CSS */
color: #acd3c2;
background-color: #acd3c2;
/* Tailwind (arbitrary) */
class="text-[#acd3c2] bg-[#acd3c2]"
/* SCSS */
$brand: #acd3c2;
/* SwiftUI */
Color(red: 0.675, green: 0.827, blue: 0.761)
/* Android */
Color.parseColor("#acd3c2")Accessibility — WCAG contrast
Aa
#acd3c2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acd3c2 on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green82.7%
Blue76.1%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow8.1%
Key (black)17.3%
Color previews
#acd3c2 text on a black background
contrast 12.85:1
Card sample
#acd3c2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acd3c2;
Background color
Panel with #acd3c2 background
background-color: #acd3c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acd3c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 211, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 211, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acd3c2; background: linear-gradient(135deg, #acd3c2, #ACCAD3);