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