#cfb349
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 179, 73
HSL
48°, 58%, 55%
CMYK
0, 14, 65, 19
Luminance
0.4599
Every format
| HEX | #cfb349 |
| RGB | rgb(207, 179, 73) |
| HSL | hsl(48, 58%, 55%) |
| CMYK | cmyk(0%, 14%, 65%, 19%) |
| LAB | lab(73.5 -1.9 56.1) |
| LCH | lch(73.5 56.1 92.0) |
| OKLCH | oklch(0.771 0.128 94.3) |
Copy-ready code
/* CSS */
color: #cfb349;
background-color: #cfb349;
/* Tailwind (arbitrary) */
class="text-[#cfb349] bg-[#cfb349]"
/* SCSS */
$brand: #cfb349;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.286)
/* Android */
Color.parseColor("#cfb349")Accessibility — WCAG contrast
Aa
#cfb349 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb349 on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow64.7%
Key (black)18.8%
Color previews
#cfb349 text on a black background
contrast 10.20:1
Card sample
#cfb349 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb349;
Background color
Panel with #cfb349 background
background-color: #cfb349;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb349;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb349; background: linear-gradient(135deg, #cfb349, #92CF49);