#c0decf
a light, soft green · cool · closest name: beige
RGB
192, 222, 207
HSL
150°, 31%, 81%
CMYK
14, 0, 7, 13
Luminance
0.6795
Every format
| HEX | #c0decf |
| RGB | rgb(192, 222, 207) |
| HSL | hsl(150, 31%, 81%) |
| CMYK | cmyk(14%, 0%, 7%, 13%) |
| LAB | lab(86.0 -12.8 4.0) |
| LCH | lch(86.0 13.4 162.5) |
| OKLCH | oklch(0.874 0.038 164.0) |
Copy-ready code
/* CSS */
color: #c0decf;
background-color: #c0decf;
/* Tailwind (arbitrary) */
class="text-[#c0decf] bg-[#c0decf]"
/* SCSS */
$brand: #c0decf;
/* SwiftUI */
Color(red: 0.753, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#c0decf")Accessibility — WCAG contrast
Aa
#c0decf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0decf on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green87.1%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#c0decf text on a black background
contrast 14.59:1
Card sample
#c0decf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0decf;
Background color
Panel with #c0decf background
background-color: #c0decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0decf; background: linear-gradient(135deg, #c0decf, #C0D9DE);