#cfd7c3
a light, soft green · cool · closest name: beige
RGB
207, 215, 195
HSL
84°, 20%, 80%
CMYK
4, 0, 9, 16
Luminance
0.6581
Every format
| HEX | #cfd7c3 |
| RGB | rgb(207, 215, 195) |
| HSL | hsl(84, 20%, 80%) |
| CMYK | cmyk(4%, 0%, 9%, 16%) |
| LAB | lab(84.9 -6.3 8.9) |
| LCH | lch(84.9 10.9 125.0) |
| OKLCH | oklch(0.868 0.028 124.8) |
Copy-ready code
/* CSS */
color: #cfd7c3;
background-color: #cfd7c3;
/* Tailwind (arbitrary) */
class="text-[#cfd7c3] bg-[#cfd7c3]"
/* SCSS */
$brand: #cfd7c3;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.765)
/* Android */
Color.parseColor("#cfd7c3")Accessibility — WCAG contrast
Aa
#cfd7c3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7c3 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue76.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow9.3%
Key (black)15.7%
Color previews
#cfd7c3 text on a black background
contrast 14.16:1
Card sample
#cfd7c3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7c3;
Background color
Panel with #cfd7c3 background
background-color: #cfd7c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7c3; background: linear-gradient(135deg, #cfd7c3, #C3D7C4);