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