#cfb545
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 181, 69
HSL
49°, 59%, 54%
CMYK
0, 13, 67, 19
Luminance
0.4674
Every format
| HEX | #cfb545 |
| RGB | rgb(207, 181, 69) |
| HSL | hsl(49, 59%, 54%) |
| CMYK | cmyk(0%, 13%, 67%, 19%) |
| LAB | lab(74.0 -3.2 58.4) |
| LCH | lch(74.0 58.4 93.2) |
| OKLCH | oklch(0.775 0.132 96.0) |
Copy-ready code
/* CSS */
color: #cfb545;
background-color: #cfb545;
/* Tailwind (arbitrary) */
class="text-[#cfb545] bg-[#cfb545]"
/* SCSS */
$brand: #cfb545;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.271)
/* Android */
Color.parseColor("#cfb545")Accessibility — WCAG contrast
Aa
#cfb545 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb545 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow66.7%
Key (black)18.8%
Color previews
#cfb545 text on a black background
contrast 10.35:1
Card sample
#cfb545 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb545;
Background color
Panel with #cfb545 background
background-color: #cfb545;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb545;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb545; background: linear-gradient(135deg, #cfb545, #8DCF45);