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