#c7dfd0
a light, soft green · cool · closest name: beige
RGB
199, 223, 208
HSL
143°, 27%, 83%
CMYK
11, 0, 7, 13
Luminance
0.6947
Every format
| HEX | #c7dfd0 |
| RGB | rgb(199, 223, 208) |
| HSL | hsl(143, 27%, 83%) |
| CMYK | cmyk(11%, 0%, 7%, 13%) |
| LAB | lab(86.7 -10.8 4.7) |
| LCH | lch(86.7 11.7 156.7) |
| OKLCH | oklch(0.882 0.033 158.3) |
Copy-ready code
/* CSS */
color: #c7dfd0;
background-color: #c7dfd0;
/* Tailwind (arbitrary) */
class="text-[#c7dfd0] bg-[#c7dfd0]"
/* SCSS */
$brand: #c7dfd0;
/* SwiftUI */
Color(red: 0.780, green: 0.875, blue: 0.816)
/* Android */
Color.parseColor("#c7dfd0")Accessibility — WCAG contrast
Aa
#c7dfd0 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7dfd0 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green87.5%
Blue81.6%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow6.7%
Key (black)12.5%
Color previews
#c7dfd0 text on a black background
contrast 14.89:1
Card sample
#c7dfd0 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7dfd0;
Background color
Panel with #c7dfd0 background
background-color: #c7dfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7dfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 223, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 223, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7dfd0; background: linear-gradient(135deg, #c7dfd0, #C7DEDF);