#cfdecf
a light, soft green · cool · closest name: beige
RGB
207, 222, 207
HSL
120°, 19%, 84%
CMYK
7, 0, 7, 13
Luminance
0.7001
Every format
| HEX | #cfdecf |
| RGB | rgb(207, 222, 207) |
| HSL | hsl(120, 19%, 84%) |
| CMYK | cmyk(7%, 0%, 7%, 13%) |
| LAB | lab(87.0 -7.8 5.6) |
| LCH | lch(87.0 9.6 144.1) |
| OKLCH | oklch(0.885 0.026 145.4) |
Copy-ready code
/* CSS */
color: #cfdecf;
background-color: #cfdecf;
/* Tailwind (arbitrary) */
class="text-[#cfdecf] bg-[#cfdecf]"
/* SCSS */
$brand: #cfdecf;
/* SwiftUI */
Color(red: 0.812, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#cfdecf")Accessibility — WCAG contrast
Aa
#cfdecf on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdecf on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.1%
Blue81.2%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#cfdecf text on a black background
contrast 15.00:1
Card sample
#cfdecf text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdecf;
Background color
Panel with #cfdecf background
background-color: #cfdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdecf; background: linear-gradient(135deg, #cfdecf, #CFDED9);