#a7cdad
a light, soft green · cool · closest name: silver
RGB
167, 205, 173
HSL
130°, 28%, 73%
CMYK
19, 0, 16, 20
Luminance
0.5490
Every format
| HEX | #a7cdad |
| RGB | rgb(167, 205, 173) |
| HSL | hsl(130, 28%, 73%) |
| CMYK | cmyk(19%, 0%, 16%, 20%) |
| LAB | lab(79.0 -18.8 11.8) |
| LCH | lch(79.0 22.2 147.9) |
| OKLCH | oklch(0.812 0.060 149.5) |
Copy-ready code
/* CSS */
color: #a7cdad;
background-color: #a7cdad;
/* Tailwind (arbitrary) */
class="text-[#a7cdad] bg-[#a7cdad]"
/* SCSS */
$brand: #a7cdad;
/* SwiftUI */
Color(red: 0.655, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#a7cdad")Accessibility — WCAG contrast
Aa
#a7cdad on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cdad on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green80.4%
Blue67.8%
CMYK percentages
Cyan18.5%
Magenta0.0%
Yellow15.6%
Key (black)19.6%
Color previews
#a7cdad text on a black background
contrast 11.98:1
Card sample
#a7cdad text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cdad;
Background color
Panel with #a7cdad background
background-color: #a7cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cdad; background: linear-gradient(135deg, #a7cdad, #A7CDC6);