#c8cd47
a balanced, vivid yellow · cool · closest name: khaki
RGB
200, 205, 71
HSL
62°, 57%, 54%
CMYK
2, 0, 65, 20
Luminance
0.5640
Every format
| HEX | #c8cd47 |
| RGB | rgb(200, 205, 71) |
| HSL | hsl(62, 57%, 54%) |
| CMYK | cmyk(2%, 0%, 65%, 20%) |
| LAB | lab(79.8 -18.3 63.4) |
| LCH | lch(79.8 66.0 106.1) |
| OKLCH | oklch(0.820 0.153 111.4) |
Copy-ready code
/* CSS */
color: #c8cd47;
background-color: #c8cd47;
/* Tailwind (arbitrary) */
class="text-[#c8cd47] bg-[#c8cd47]"
/* SCSS */
$brand: #c8cd47;
/* SwiftUI */
Color(red: 0.784, green: 0.804, blue: 0.278)
/* Android */
Color.parseColor("#c8cd47")Accessibility — WCAG contrast
Aa
#c8cd47 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8cd47 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green80.4%
Blue27.8%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow65.4%
Key (black)19.6%
Color previews
#c8cd47 text on a black background
contrast 12.28:1
Card sample
#c8cd47 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8cd47;
Background color
Panel with #c8cd47 background
background-color: #c8cd47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8cd47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 205, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 205, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8cd47; background: linear-gradient(135deg, #c8cd47, #6FCD47);