#c3decf
a light, soft green · cool · closest name: beige
RGB
195, 222, 207
HSL
147°, 29%, 82%
CMYK
12, 0, 7, 13
Luminance
0.6835
Every format
| HEX | #c3decf |
| RGB | rgb(195, 222, 207) |
| HSL | hsl(147, 29%, 82%) |
| CMYK | cmyk(12%, 0%, 7%, 13%) |
| LAB | lab(86.2 -11.8 4.3) |
| LCH | lch(86.2 12.6 159.8) |
| OKLCH | oklch(0.876 0.035 161.3) |
Copy-ready code
/* CSS */
color: #c3decf;
background-color: #c3decf;
/* Tailwind (arbitrary) */
class="text-[#c3decf] bg-[#c3decf]"
/* SCSS */
$brand: #c3decf;
/* SwiftUI */
Color(red: 0.765, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#c3decf")Accessibility — WCAG contrast
Aa
#c3decf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3decf on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#c3decf text on a black background
contrast 14.67:1
Card sample
#c3decf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3decf;
Background color
Panel with #c3decf background
background-color: #c3decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3decf; background: linear-gradient(135deg, #c3decf, #C3DBDE);