#c8decf
a light, soft green · cool · closest name: beige
RGB
200, 222, 207
HSL
139°, 25%, 83%
CMYK
10, 0, 7, 13
Luminance
0.6903
Every format
| HEX | #c8decf |
| RGB | rgb(200, 222, 207) |
| HSL | hsl(139, 25%, 83%) |
| CMYK | cmyk(10%, 0%, 7%, 13%) |
| LAB | lab(86.5 -10.1 4.9) |
| LCH | lch(86.5 11.2 154.3) |
| OKLCH | oklch(0.880 0.031 155.9) |
Copy-ready code
/* CSS */
color: #c8decf;
background-color: #c8decf;
/* Tailwind (arbitrary) */
class="text-[#c8decf] bg-[#c8decf]"
/* SCSS */
$brand: #c8decf;
/* SwiftUI */
Color(red: 0.784, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#c8decf")Accessibility — WCAG contrast
Aa
#c8decf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8decf on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.1%
Blue81.2%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#c8decf text on a black background
contrast 14.81:1
Card sample
#c8decf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8decf;
Background color
Panel with #c8decf background
background-color: #c8decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8decf; background: linear-gradient(135deg, #c8decf, #C8DEDE);