#c7cf4b
a balanced, vivid yellow · cool · closest name: khaki
RGB
199, 207, 75
HSL
64°, 58%, 55%
CMYK
4, 0, 64, 19
Luminance
0.5728
Every format
| HEX | #c7cf4b |
| RGB | rgb(199, 207, 75) |
| HSL | hsl(64, 58%, 55%) |
| CMYK | cmyk(4%, 0%, 64%, 19%) |
| LAB | lab(80.3 -19.5 62.3) |
| LCH | lch(80.3 65.3 107.4) |
| OKLCH | oklch(0.824 0.153 112.6) |
Copy-ready code
/* CSS */
color: #c7cf4b;
background-color: #c7cf4b;
/* Tailwind (arbitrary) */
class="text-[#c7cf4b] bg-[#c7cf4b]"
/* SCSS */
$brand: #c7cf4b;
/* SwiftUI */
Color(red: 0.780, green: 0.812, blue: 0.294)
/* Android */
Color.parseColor("#c7cf4b")Accessibility — WCAG contrast
Aa
#c7cf4b on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7cf4b on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green81.2%
Blue29.4%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow63.8%
Key (black)18.8%
Color previews
#c7cf4b text on a black background
contrast 12.46:1
Card sample
#c7cf4b text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7cf4b;
Background color
Panel with #c7cf4b background
background-color: #c7cf4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7cf4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 207, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 207, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7cf4b; background: linear-gradient(135deg, #c7cf4b, #6FCF4B);