#cad7ae
a light, soft green · cool · closest name: beige
RGB
202, 215, 174
HSL
79°, 34%, 76%
CMYK
6, 0, 19, 16
Luminance
0.6421
Every format
| HEX | #cad7ae |
| RGB | rgb(202, 215, 174) |
| HSL | hsl(79, 34%, 76%) |
| CMYK | cmyk(6%, 0%, 19%, 16%) |
| LAB | lab(84.1 -11.5 18.8) |
| LCH | lch(84.1 22.0 121.4) |
| OKLCH | oklch(0.859 0.057 121.9) |
Copy-ready code
/* CSS */
color: #cad7ae;
background-color: #cad7ae;
/* Tailwind (arbitrary) */
class="text-[#cad7ae] bg-[#cad7ae]"
/* SCSS */
$brand: #cad7ae;
/* SwiftUI */
Color(red: 0.792, green: 0.843, blue: 0.682)
/* Android */
Color.parseColor("#cad7ae")Accessibility — WCAG contrast
Aa
#cad7ae on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad7ae on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green84.3%
Blue68.2%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow19.1%
Key (black)15.7%
Color previews
#cad7ae text on a black background
contrast 13.84:1
Card sample
#cad7ae text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad7ae;
Background color
Panel with #cad7ae background
background-color: #cad7ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad7ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 215, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 215, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad7ae; background: linear-gradient(135deg, #cad7ae, #AFD7AE);