#c7dfc7
a light, soft green · cool · closest name: beige
RGB
199, 223, 199
HSL
120°, 27%, 83%
CMYK
11, 0, 11, 13
Luminance
0.6904
Every format
| HEX | #c7dfc7 |
| RGB | rgb(199, 223, 199) |
| HSL | hsl(120, 27%, 83%) |
| CMYK | cmyk(11%, 0%, 11%, 13%) |
| LAB | lab(86.5 -12.4 9.1) |
| LCH | lch(86.5 15.4 143.8) |
| OKLCH | oklch(0.879 0.041 145.2) |
Copy-ready code
/* CSS */
color: #c7dfc7;
background-color: #c7dfc7;
/* Tailwind (arbitrary) */
class="text-[#c7dfc7] bg-[#c7dfc7]"
/* SCSS */
$brand: #c7dfc7;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.780)
/* Android */
Color.parseColor("#c7dfc7")Accessibility — WCAG contrast
Aa
#c7dfc7 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dfc7 on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.5%
Blue78.0%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow10.8%
Key (black)12.5%
Color previews
#c7dfc7 text on a black background
contrast 14.81:1
Card sample
#c7dfc7 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dfc7;
Background color
Panel with #c7dfc7 background
background-color: #c7dfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 223, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfc7; background: linear-gradient(135deg, #c7dfc7, #C7DFD7);