#c7dfad
a light, soft green · cool · closest name: beige
RGB
199, 223, 173
HSL
89°, 44%, 78%
CMYK
11, 0, 22, 13
Luminance
0.6793
Every format
| HEX | #c7dfad |
| RGB | rgb(199, 223, 173) |
| HSL | hsl(89, 44%, 78%) |
| CMYK | cmyk(11%, 0%, 22%, 13%) |
| LAB | lab(86.0 -16.7 21.9) |
| LCH | lch(86.0 27.6 127.3) |
| OKLCH | oklch(0.873 0.071 128.7) |
Copy-ready code
/* CSS */
color: #c7dfad;
background-color: #c7dfad;
/* Tailwind (arbitrary) */
class="text-[#c7dfad] bg-[#c7dfad]"
/* SCSS */
$brand: #c7dfad;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#c7dfad")Accessibility — WCAG contrast
Aa
#c7dfad on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dfad on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.5%
Blue67.8%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow22.4%
Key (black)12.5%
Color previews
#c7dfad text on a black background
contrast 14.59:1
Card sample
#c7dfad text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dfad;
Background color
Panel with #c7dfad background
background-color: #c7dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfad; background: linear-gradient(135deg, #c7dfad, #ADDFB4);