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