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