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