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