#cfbc3c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 188, 60
HSL
52°, 61%, 52%
CMYK
0, 9, 71, 19
Luminance
0.4956
Every format
| HEX | #cfbc3c |
| RGB | rgb(207, 188, 60) |
| HSL | hsl(52, 61%, 52%) |
| CMYK | cmyk(0%, 9%, 71%, 19%) |
| LAB | lab(75.8 -7.3 63.8) |
| LCH | lch(75.8 64.2 96.6) |
| OKLCH | oklch(0.789 0.144 100.6) |
Copy-ready code
/* CSS */
color: #cfbc3c;
background-color: #cfbc3c;
/* Tailwind (arbitrary) */
class="text-[#cfbc3c] bg-[#cfbc3c]"
/* SCSS */
$brand: #cfbc3c;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.235)
/* Android */
Color.parseColor("#cfbc3c")Accessibility — WCAG contrast
Aa
#cfbc3c on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc3c on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow71.0%
Key (black)18.8%
Color previews
#cfbc3c text on a black background
contrast 10.91:1
Card sample
#cfbc3c text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc3c;
Background color
Panel with #cfbc3c background
background-color: #cfbc3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc3c; background: linear-gradient(135deg, #cfbc3c, #80CF3C);