#c3ba3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
195, 186, 63
HSL
56°, 52%, 51%
CMYK
0, 5, 68, 24
Luminance
0.4708
Every format
| HEX | #c3ba3f |
| RGB | rgb(195, 186, 63) |
| HSL | hsl(56, 52%, 51%) |
| CMYK | cmyk(0%, 5%, 68%, 24%) |
| LAB | lab(74.2 -11.3 60.7) |
| LCH | lch(74.2 61.7 100.5) |
| OKLCH | oklch(0.774 0.141 105.1) |
Copy-ready code
/* CSS */
color: #c3ba3f;
background-color: #c3ba3f;
/* Tailwind (arbitrary) */
class="text-[#c3ba3f] bg-[#c3ba3f]"
/* SCSS */
$brand: #c3ba3f;
/* SwiftUI */
Color(red: 0.765, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#c3ba3f")Accessibility — WCAG contrast
Aa
#c3ba3f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3ba3f on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green72.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow67.7%
Key (black)23.5%
Color previews
#c3ba3f text on a black background
contrast 10.42:1
Card sample
#c3ba3f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3ba3f;
Background color
Panel with #c3ba3f background
background-color: #c3ba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3ba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3ba3f; background: linear-gradient(135deg, #c3ba3f, #74C33F);