#a2cdac
a light, soft green · cool · closest name: silver
RGB
162, 205, 172
HSL
134°, 30%, 72%
CMYK
21, 0, 16, 20
Luminance
0.5432
Every format
| HEX | #a2cdac |
| RGB | rgb(162, 205, 172) |
| HSL | hsl(134, 30%, 72%) |
| CMYK | cmyk(21%, 0%, 16%, 20%) |
| LAB | lab(78.7 -20.7 11.8) |
| LCH | lch(78.7 23.8 150.2) |
| OKLCH | oklch(0.808 0.065 151.8) |
Copy-ready code
/* CSS */
color: #a2cdac;
background-color: #a2cdac;
/* Tailwind (arbitrary) */
class="text-[#a2cdac] bg-[#a2cdac]"
/* SCSS */
$brand: #a2cdac;
/* SwiftUI */
Color(red: 0.635, green: 0.804, blue: 0.675)
/* Android */
Color.parseColor("#a2cdac")Accessibility — WCAG contrast
Aa
#a2cdac on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2cdac on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green80.4%
Blue67.5%
CMYK percentages
Cyan21.0%
Magenta0.0%
Yellow16.1%
Key (black)19.6%
Color previews
#a2cdac text on a black background
contrast 11.86:1
Card sample
#a2cdac text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2cdac;
Background color
Panel with #a2cdac background
background-color: #a2cdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2cdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 205, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 205, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2cdac; background: linear-gradient(135deg, #a2cdac, #A2CDC9);