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