#c8dfd7
a light, soft green · cool · closest name: silver
RGB
200, 223, 215
HSL
159°, 26%, 83%
CMYK
10, 0, 4, 13
Luminance
0.6996
Every format
| HEX | #c8dfd7 |
| RGB | rgb(200, 223, 215) |
| HSL | hsl(159, 26%, 83%) |
| CMYK | cmyk(10%, 0%, 4%, 13%) |
| LAB | lab(87.0 -9.1 1.3) |
| LCH | lch(87.0 9.2 171.8) |
| OKLCH | oklch(0.884 0.027 172.8) |
Copy-ready code
/* CSS */
color: #c8dfd7;
background-color: #c8dfd7;
/* Tailwind (arbitrary) */
class="text-[#c8dfd7] bg-[#c8dfd7]"
/* SCSS */
$brand: #c8dfd7;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.843)
/* Android */
Color.parseColor("#c8dfd7")Accessibility — WCAG contrast
Aa
#c8dfd7 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dfd7 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue84.3%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow3.6%
Key (black)12.5%
Color previews
#c8dfd7 text on a black background
contrast 14.99:1
Card sample
#c8dfd7 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dfd7;
Background color
Panel with #c8dfd7 background
background-color: #c8dfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dfd7; background: linear-gradient(135deg, #c8dfd7, #C8D8DF);