#cfdecb
a light, soft green · cool · closest name: beige
RGB
207, 222, 203
HSL
107°, 22%, 83%
CMYK
7, 0, 9, 13
Luminance
0.6982
Every format
| HEX | #cfdecb |
| RGB | rgb(207, 222, 203) |
| HSL | hsl(107, 22%, 83%) |
| CMYK | cmyk(7%, 0%, 9%, 13%) |
| LAB | lab(86.9 -8.5 7.6) |
| LCH | lch(86.9 11.4 138.1) |
| OKLCH | oklch(0.884 0.030 139.1) |
Copy-ready code
/* CSS */
color: #cfdecb;
background-color: #cfdecb;
/* Tailwind (arbitrary) */
class="text-[#cfdecb] bg-[#cfdecb]"
/* SCSS */
$brand: #cfdecb;
/* SwiftUI */
Color(red: 0.812, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#cfdecb")Accessibility — WCAG contrast
Aa
#cfdecb on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdecb on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.1%
Blue79.6%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow8.6%
Key (black)12.9%
Color previews
#cfdecb text on a black background
contrast 14.96:1
Card sample
#cfdecb text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdecb;
Background color
Panel with #cfdecb background
background-color: #cfdecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdecb; background: linear-gradient(135deg, #cfdecb, #CBDED4);