#c3cf71
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 207, 113
HSL
68°, 50%, 63%
CMYK
6, 0, 45, 19
Luminance
0.5742
Every format
| HEX | #c3cf71 |
| RGB | rgb(195, 207, 113) |
| HSL | hsl(68, 50%, 63%) |
| CMYK | cmyk(6%, 0%, 45%, 19%) |
| LAB | lab(80.4 -18.0 45.1) |
| LCH | lch(80.4 48.6 111.7) |
| OKLCH | oklch(0.825 0.119 115.0) |
Copy-ready code
/* CSS */
color: #c3cf71;
background-color: #c3cf71;
/* Tailwind (arbitrary) */
class="text-[#c3cf71] bg-[#c3cf71]"
/* SCSS */
$brand: #c3cf71;
/* SwiftUI */
Color(red: 0.765, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#c3cf71")Accessibility — WCAG contrast
Aa
#c3cf71 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3cf71 on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green81.2%
Blue44.3%
CMYK percentages
Cyan5.8%
Magenta0.0%
Yellow45.4%
Key (black)18.8%
Color previews
#c3cf71 text on a black background
contrast 12.48:1
Card sample
#c3cf71 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3cf71;
Background color
Panel with #c3cf71 background
background-color: #c3cf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3cf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 207, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 207, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3cf71; background: linear-gradient(135deg, #c3cf71, #84CF71);