#c9cfac
a light, soft green · cool · closest name: beige
RGB
201, 207, 172
HSL
70°, 27%, 74%
CMYK
3, 0, 17, 19
Luminance
0.6002
Every format
| HEX | #c9cfac |
| RGB | rgb(201, 207, 172) |
| HSL | hsl(70, 27%, 74%) |
| CMYK | cmyk(3%, 0%, 17%, 19%) |
| LAB | lab(81.8 -8.1 16.7) |
| LCH | lch(81.8 18.6 115.7) |
| OKLCH | oklch(0.841 0.048 115.3) |
Copy-ready code
/* CSS */
color: #c9cfac;
background-color: #c9cfac;
/* Tailwind (arbitrary) */
class="text-[#c9cfac] bg-[#c9cfac]"
/* SCSS */
$brand: #c9cfac;
/* SwiftUI */
Color(red: 0.788, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#c9cfac")Accessibility — WCAG contrast
Aa
#c9cfac on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cfac on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green81.2%
Blue67.5%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#c9cfac text on a black background
contrast 13.00:1
Card sample
#c9cfac text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cfac;
Background color
Panel with #c9cfac background
background-color: #c9cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cfac; background: linear-gradient(135deg, #c9cfac, #B2CFAC);