#c2bc3f
a balanced, vivid yellow · cool · closest name: khaki
RGB
194, 188, 63
HSL
57°, 52%, 50%
CMYK
0, 3, 68, 24
Luminance
0.4779
Every format
| HEX | #c2bc3f |
| RGB | rgb(194, 188, 63) |
| HSL | hsl(57, 52%, 50%) |
| CMYK | cmyk(0%, 3%, 68%, 24%) |
| LAB | lab(74.7 -12.7 61.1) |
| LCH | lch(74.7 62.4 101.8) |
| OKLCH | oklch(0.777 0.143 106.6) |
Copy-ready code
/* CSS */
color: #c2bc3f;
background-color: #c2bc3f;
/* Tailwind (arbitrary) */
class="text-[#c2bc3f] bg-[#c2bc3f]"
/* SCSS */
$brand: #c2bc3f;
/* SwiftUI */
Color(red: 0.761, green: 0.737, blue: 0.247)
/* Android */
Color.parseColor("#c2bc3f")Accessibility — WCAG contrast
Aa
#c2bc3f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bc3f on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green73.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow67.5%
Key (black)23.9%
Color previews
#c2bc3f text on a black background
contrast 10.56:1
Card sample
#c2bc3f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bc3f;
Background color
Panel with #c2bc3f background
background-color: #c2bc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 188, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 188, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bc3f; background: linear-gradient(135deg, #c2bc3f, #71C23F);