#cfb643
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 182, 67
HSL
49°, 59%, 54%
CMYK
0, 12, 68, 19
Luminance
0.4713
Every format
| HEX | #cfb643 |
| RGB | rgb(207, 182, 67) |
| HSL | hsl(49, 59%, 54%) |
| CMYK | cmyk(0%, 12%, 68%, 19%) |
| LAB | lab(74.3 -3.9 59.4) |
| LCH | lch(74.3 59.6 93.7) |
| OKLCH | oklch(0.777 0.135 96.8) |
Copy-ready code
/* CSS */
color: #cfb643;
background-color: #cfb643;
/* Tailwind (arbitrary) */
class="text-[#cfb643] bg-[#cfb643]"
/* SCSS */
$brand: #cfb643;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.263)
/* Android */
Color.parseColor("#cfb643")Accessibility — WCAG contrast
Aa
#cfb643 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb643 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow67.6%
Key (black)18.8%
Color previews
#cfb643 text on a black background
contrast 10.43:1
Card sample
#cfb643 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb643;
Background color
Panel with #cfb643 background
background-color: #cfb643;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb643;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb643; background: linear-gradient(135deg, #cfb643, #8BCF43);