#c7cdad
a light, soft green · cool · closest name: beige
RGB
199, 205, 173
HSL
71°, 24%, 74%
CMYK
3, 0, 16, 20
Luminance
0.5882
Every format
| HEX | #c7cdad |
| RGB | rgb(199, 205, 173) |
| HSL | hsl(71, 24%, 74%) |
| CMYK | cmyk(3%, 0%, 16%, 20%) |
| LAB | lab(81.2 -7.6 15.3) |
| LCH | lch(81.2 17.0 116.4) |
| OKLCH | oklch(0.835 0.044 116.0) |
Copy-ready code
/* CSS */
color: #c7cdad;
background-color: #c7cdad;
/* Tailwind (arbitrary) */
class="text-[#c7cdad] bg-[#c7cdad]"
/* SCSS */
$brand: #c7cdad;
/* SwiftUI */
Color(red: 0.780, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#c7cdad")Accessibility — WCAG contrast
Aa
#c7cdad on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cdad on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green80.4%
Blue67.8%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow15.6%
Key (black)19.6%
Color previews
#c7cdad text on a black background
contrast 12.76:1
Card sample
#c7cdad text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cdad;
Background color
Panel with #c7cdad background
background-color: #c7cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cdad; background: linear-gradient(135deg, #c7cdad, #B2CDAD);