#c7cfb5
a light, soft green · cool · closest name: beige
RGB
199, 207, 181
HSL
79°, 21%, 76%
CMYK
4, 0, 13, 19
Luminance
0.6010
Every format
| HEX | #c7cfb5 |
| RGB | rgb(199, 207, 181) |
| HSL | hsl(79, 21%, 76%) |
| CMYK | cmyk(4%, 0%, 13%, 19%) |
| LAB | lab(81.9 -7.3 12.0) |
| LCH | lch(81.9 14.1 121.4) |
| OKLCH | oklch(0.841 0.036 121.1) |
Copy-ready code
/* CSS */
color: #c7cfb5;
background-color: #c7cfb5;
/* Tailwind (arbitrary) */
class="text-[#c7cfb5] bg-[#c7cfb5]"
/* SCSS */
$brand: #c7cfb5;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.710)
/* Android */
Color.parseColor("#c7cfb5")Accessibility — WCAG contrast
Aa
#c7cfb5 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cfb5 on black: 13.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue71.0%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow12.6%
Key (black)18.8%
Color previews
#c7cfb5 text on a black background
contrast 13.02:1
Card sample
#c7cfb5 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cfb5;
Background color
Panel with #c7cfb5 background
background-color: #c7cfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cfb5; background: linear-gradient(135deg, #c7cfb5, #B6CFB5);