#c5cf74
a balanced, vivid yellow · cool · closest name: khaki
RGB
197, 207, 116
HSL
67°, 49%, 63%
CMYK
5, 0, 44, 19
Luminance
0.5776
Every format
| HEX | #c5cf74 |
| RGB | rgb(197, 207, 116) |
| HSL | hsl(67, 49%, 63%) |
| CMYK | cmyk(5%, 0%, 44%, 19%) |
| LAB | lab(80.6 -16.9 43.9) |
| LCH | lch(80.6 47.0 111.0) |
| OKLCH | oklch(0.827 0.116 114.1) |
Copy-ready code
/* CSS */
color: #c5cf74;
background-color: #c5cf74;
/* Tailwind (arbitrary) */
class="text-[#c5cf74] bg-[#c5cf74]"
/* SCSS */
$brand: #c5cf74;
/* SwiftUI */
Color(red: 0.773, green: 0.812, blue: 0.455)
/* Android */
Color.parseColor("#c5cf74")Accessibility — WCAG contrast
Aa
#c5cf74 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5cf74 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green81.2%
Blue45.5%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow44.0%
Key (black)18.8%
Color previews
#c5cf74 text on a black background
contrast 12.55:1
Card sample
#c5cf74 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5cf74;
Background color
Panel with #c5cf74 background
background-color: #c5cf74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5cf74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 207, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 207, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5cf74; background: linear-gradient(135deg, #c5cf74, #88CF74);