#cfd7ba
a light, soft green · cool · closest name: beige
RGB
207, 215, 186
HSL
77°, 27%, 79%
CMYK
4, 0, 14, 16
Luminance
0.6541
Every format
| HEX | #cfd7ba |
| RGB | rgb(207, 215, 186) |
| HSL | hsl(77, 27%, 79%) |
| CMYK | cmyk(4%, 0%, 14%, 16%) |
| LAB | lab(84.7 -7.8 13.4) |
| LCH | lch(84.7 15.5 120.1) |
| OKLCH | oklch(0.865 0.040 119.8) |
Copy-ready code
/* CSS */
color: #cfd7ba;
background-color: #cfd7ba;
/* Tailwind (arbitrary) */
class="text-[#cfd7ba] bg-[#cfd7ba]"
/* SCSS */
$brand: #cfd7ba;
/* SwiftUI */
Color(red: 0.812, green: 0.843, blue: 0.729)
/* Android */
Color.parseColor("#cfd7ba")Accessibility — WCAG contrast
Aa
#cfd7ba on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd7ba on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.3%
Blue72.9%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow13.5%
Key (black)15.7%
Color previews
#cfd7ba text on a black background
contrast 14.08:1
Card sample
#cfd7ba text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd7ba;
Background color
Panel with #cfd7ba background
background-color: #cfd7ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd7ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 215, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 215, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd7ba; background: linear-gradient(135deg, #cfd7ba, #BCD7BA);