#cfb641
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 182, 65
HSL
49°, 60%, 53%
CMYK
0, 12, 69, 19
Luminance
0.4710
Every format
| HEX | #cfb641 |
| RGB | rgb(207, 182, 65) |
| HSL | hsl(49, 60%, 53%) |
| CMYK | cmyk(0%, 12%, 69%, 19%) |
| LAB | lab(74.3 -4.0 60.3) |
| LCH | lch(74.3 60.4 93.8) |
| OKLCH | oklch(0.777 0.136 96.9) |
Copy-ready code
/* CSS */
color: #cfb641;
background-color: #cfb641;
/* Tailwind (arbitrary) */
class="text-[#cfb641] bg-[#cfb641]"
/* SCSS */
$brand: #cfb641;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.255)
/* Android */
Color.parseColor("#cfb641")Accessibility — WCAG contrast
Aa
#cfb641 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb641 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow68.6%
Key (black)18.8%
Color previews
#cfb641 text on a black background
contrast 10.42:1
Card sample
#cfb641 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb641;
Background color
Panel with #cfb641 background
background-color: #cfb641;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb641;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb641; background: linear-gradient(135deg, #cfb641, #89CF41);