#c0cf71
a balanced, vivid yellow · cool · closest name: khaki
RGB
192, 207, 113
HSL
70°, 50%, 63%
CMYK
7, 0, 45, 19
Luminance
0.5702
Every format
| HEX | #c0cf71 |
| RGB | rgb(192, 207, 113) |
| HSL | hsl(70, 50%, 63%) |
| CMYK | cmyk(7%, 0%, 45%, 19%) |
| LAB | lab(80.2 -19.1 44.8) |
| LCH | lch(80.2 48.7 113.1) |
| OKLCH | oklch(0.823 0.120 116.6) |
Copy-ready code
/* CSS */
color: #c0cf71;
background-color: #c0cf71;
/* Tailwind (arbitrary) */
class="text-[#c0cf71] bg-[#c0cf71]"
/* SCSS */
$brand: #c0cf71;
/* SwiftUI */
Color(red: 0.753, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#c0cf71")Accessibility — WCAG contrast
Aa
#c0cf71 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c0cf71 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green81.2%
Blue44.3%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#c0cf71 text on a black background
contrast 12.40:1
Card sample
#c0cf71 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c0cf71;
Background color
Panel with #c0cf71 background
background-color: #c0cf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c0cf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c0cf71; background: linear-gradient(135deg, #c0cf71, #81CF71);