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