#c9cf9b
a light, soft yellow · cool · closest name: tan
RGB
201, 207, 155
HSL
67°, 35%, 71%
CMYK
3, 0, 25, 19
Luminance
0.5941
Every format
| HEX | #c9cf9b |
| RGB | rgb(201, 207, 155) |
| HSL | hsl(67, 35%, 71%) |
| CMYK | cmyk(3%, 0%, 25%, 19%) |
| LAB | lab(81.5 -10.6 25.2) |
| LCH | lch(81.5 27.4 112.7) |
| OKLCH | oklch(0.837 0.069 113.3) |
Copy-ready code
/* CSS */
color: #c9cf9b;
background-color: #c9cf9b;
/* Tailwind (arbitrary) */
class="text-[#c9cf9b] bg-[#c9cf9b]"
/* SCSS */
$brand: #c9cf9b;
/* SwiftUI */
Color(red: 0.788, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#c9cf9b")Accessibility — WCAG contrast
Aa
#c9cf9b on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cf9b on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green81.2%
Blue60.8%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#c9cf9b text on a black background
contrast 12.88:1
Card sample
#c9cf9b text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cf9b;
Background color
Panel with #c9cf9b background
background-color: #c9cf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cf9b; background: linear-gradient(135deg, #c9cf9b, #A6CF9B);