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