#c8dfcf
a light, soft green · cool · closest name: beige
RGB
200, 223, 207
HSL
138°, 26%, 83%
CMYK
10, 0, 7, 13
Luminance
0.6956
Every format
| HEX | #c8dfcf |
| RGB | rgb(200, 223, 207) |
| HSL | hsl(138, 26%, 83%) |
| CMYK | cmyk(10%, 0%, 7%, 13%) |
| LAB | lab(86.8 -10.6 5.3) |
| LCH | lch(86.8 11.9 153.7) |
| OKLCH | oklch(0.882 0.033 155.3) |
Copy-ready code
/* CSS */
color: #c8dfcf;
background-color: #c8dfcf;
/* Tailwind (arbitrary) */
class="text-[#c8dfcf] bg-[#c8dfcf]"
/* SCSS */
$brand: #c8dfcf;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.812)
/* Android */
Color.parseColor("#c8dfcf")Accessibility — WCAG contrast
Aa
#c8dfcf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dfcf on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue81.2%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow7.2%
Key (black)12.5%
Color previews
#c8dfcf text on a black background
contrast 14.91:1
Card sample
#c8dfcf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dfcf;
Background color
Panel with #c8dfcf background
background-color: #c8dfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dfcf; background: linear-gradient(135deg, #c8dfcf, #C8DFDE);