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