#c1cd73
a balanced, vivid yellow · cool · closest name: khaki
RGB
193, 205, 115
HSL
68°, 47%, 63%
CMYK
6, 0, 44, 20
Luminance
0.5624
Every format
| HEX | #c1cd73 |
| RGB | rgb(193, 205, 115) |
| HSL | hsl(68, 47%, 63%) |
| CMYK | cmyk(6%, 0%, 44%, 20%) |
| LAB | lab(79.8 -17.6 43.3) |
| LCH | lch(79.8 46.7 112.1) |
| OKLCH | oklch(0.819 0.115 115.2) |
Copy-ready code
/* CSS */
color: #c1cd73;
background-color: #c1cd73;
/* Tailwind (arbitrary) */
class="text-[#c1cd73] bg-[#c1cd73]"
/* SCSS */
$brand: #c1cd73;
/* SwiftUI */
Color(red: 0.757, green: 0.804, blue: 0.451)
/* Android */
Color.parseColor("#c1cd73")Accessibility — WCAG contrast
Aa
#c1cd73 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cd73 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green80.4%
Blue45.1%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow43.9%
Key (black)19.6%
Color previews
#c1cd73 text on a black background
contrast 12.25:1
Card sample
#c1cd73 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cd73;
Background color
Panel with #c1cd73 background
background-color: #c1cd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 205, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 205, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cd73; background: linear-gradient(135deg, #c1cd73, #85CD73);