#c1cf39
a balanced, vivid yellow · cool · closest name: gold
RGB
193, 207, 57
HSL
66°, 61%, 52%
CMYK
7, 0, 73, 19
Luminance
0.5626
Every format
| HEX | #c1cf39 |
| RGB | rgb(193, 207, 57) |
| HSL | hsl(66, 61%, 52%) |
| CMYK | cmyk(7%, 0%, 73%, 19%) |
| LAB | lab(79.8 -22.9 68.3) |
| LCH | lch(79.8 72.0 108.6) |
| OKLCH | oklch(0.818 0.166 114.8) |
Copy-ready code
/* CSS */
color: #c1cf39;
background-color: #c1cf39;
/* Tailwind (arbitrary) */
class="text-[#c1cf39] bg-[#c1cf39]"
/* SCSS */
$brand: #c1cf39;
/* SwiftUI */
Color(red: 0.757, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#c1cf39")Accessibility — WCAG contrast
Aa
#c1cf39 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1cf39 on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green81.2%
Blue22.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#c1cf39 text on a black background
contrast 12.25:1
Card sample
#c1cf39 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1cf39;
Background color
Panel with #c1cf39 background
background-color: #c1cf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1cf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1cf39; background: linear-gradient(135deg, #c1cf39, #5DCF39);