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