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