#c4cf71
a balanced, vivid yellow · cool · closest name: khaki
RGB
196, 207, 113
HSL
67°, 50%, 63%
CMYK
5, 0, 45, 19
Luminance
0.5755
Every format
| HEX | #c4cf71 |
| RGB | rgb(196, 207, 113) |
| HSL | hsl(67, 50%, 63%) |
| CMYK | cmyk(5%, 0%, 45%, 19%) |
| LAB | lab(80.5 -17.6 45.2) |
| LCH | lch(80.5 48.5 111.2) |
| OKLCH | oklch(0.826 0.119 114.5) |
Copy-ready code
/* CSS */
color: #c4cf71;
background-color: #c4cf71;
/* Tailwind (arbitrary) */
class="text-[#c4cf71] bg-[#c4cf71]"
/* SCSS */
$brand: #c4cf71;
/* SwiftUI */
Color(red: 0.769, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#c4cf71")Accessibility — WCAG contrast
Aa
#c4cf71 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cf71 on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green81.2%
Blue44.3%
CMYK percentages
Cyan5.3%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#c4cf71 text on a black background
contrast 12.51:1
Card sample
#c4cf71 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cf71;
Background color
Panel with #c4cf71 background
background-color: #c4cf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cf71; background: linear-gradient(135deg, #c4cf71, #85CF71);