#c0cd47
a balanced, vivid yellow · cool · closest name: khaki
RGB
192, 205, 71
HSL
66°, 57%, 54%
CMYK
6, 0, 65, 20
Luminance
0.5532
Every format
| HEX | #c0cd47 |
| RGB | rgb(192, 205, 71) |
| HSL | hsl(66, 57%, 54%) |
| CMYK | cmyk(6%, 0%, 65%, 20%) |
| LAB | lab(79.2 -21.6 62.6) |
| LCH | lch(79.2 66.2 109.1) |
| OKLCH | oklch(0.814 0.155 114.6) |
Copy-ready code
/* CSS */
color: #c0cd47;
background-color: #c0cd47;
/* Tailwind (arbitrary) */
class="text-[#c0cd47] bg-[#c0cd47]"
/* SCSS */
$brand: #c0cd47;
/* SwiftUI */
Color(red: 0.753, green: 0.804, blue: 0.278)
/* Android */
Color.parseColor("#c0cd47")Accessibility — WCAG contrast
Aa
#c0cd47 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cd47 on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green80.4%
Blue27.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow65.4%
Key (black)19.6%
Color previews
#c0cd47 text on a black background
contrast 12.06:1
Card sample
#c0cd47 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cd47;
Background color
Panel with #c0cd47 background
background-color: #c0cd47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cd47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 205, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 205, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cd47; background: linear-gradient(135deg, #c0cd47, #67CD47);