#cfb045
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 176, 69
HSL
47°, 59%, 54%
CMYK
0, 15, 67, 19
Luminance
0.4475
Every format
| HEX | #cfb045 |
| RGB | rgb(207, 176, 69) |
| HSL | hsl(47, 59%, 54%) |
| CMYK | cmyk(0%, 15%, 67%, 19%) |
| LAB | lab(72.7 -0.6 57.0) |
| LCH | lch(72.7 57.0 90.6) |
| OKLCH | oklch(0.765 0.129 92.8) |
Copy-ready code
/* CSS */
color: #cfb045;
background-color: #cfb045;
/* Tailwind (arbitrary) */
class="text-[#cfb045] bg-[#cfb045]"
/* SCSS */
$brand: #cfb045;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.271)
/* Android */
Color.parseColor("#cfb045")Accessibility — WCAG contrast
Aa
#cfb045 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb045 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow66.7%
Key (black)18.8%
Color previews
#cfb045 text on a black background
contrast 9.95:1
Card sample
#cfb045 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb045;
Background color
Panel with #cfb045 background
background-color: #cfb045;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb045;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb045; background: linear-gradient(135deg, #cfb045, #92CF45);