#c3db49
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 219, 73
HSL
70°, 67%, 57%
CMYK
11, 0, 67, 14
Luminance
0.6275
Every format
| HEX | #c3db49 |
| RGB | rgb(195, 219, 73) |
| HSL | hsl(70, 67%, 57%) |
| CMYK | cmyk(11%, 0%, 67%, 14%) |
| LAB | lab(83.3 -27.0 66.1) |
| LCH | lch(83.3 71.4 112.3) |
| OKLCH | oklch(0.847 0.169 118.2) |
Copy-ready code
/* CSS */
color: #c3db49;
background-color: #c3db49;
/* Tailwind (arbitrary) */
class="text-[#c3db49] bg-[#c3db49]"
/* SCSS */
$brand: #c3db49;
/* SwiftUI */
Color(red: 0.765, green: 0.859, blue: 0.286)
/* Android */
Color.parseColor("#c3db49")Accessibility — WCAG contrast
Aa
#c3db49 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3db49 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green85.9%
Blue28.6%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow66.7%
Key (black)14.1%
Color previews
#c3db49 text on a black background
contrast 13.55:1
Card sample
#c3db49 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3db49;
Background color
Panel with #c3db49 background
background-color: #c3db49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3db49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 219, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 219, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3db49; background: linear-gradient(135deg, #c3db49, #62DB49);