#cfb142
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 177, 66
HSL
47°, 60%, 54%
CMYK
0, 15, 68, 19
Luminance
0.4510
Every format
| HEX | #cfb142 |
| RGB | rgb(207, 177, 66) |
| HSL | hsl(47, 60%, 54%) |
| CMYK | cmyk(0%, 15%, 68%, 19%) |
| LAB | lab(73.0 -1.3 58.5) |
| LCH | lch(73.0 58.5 91.3) |
| OKLCH | oklch(0.766 0.132 93.8) |
Copy-ready code
/* CSS */
color: #cfb142;
background-color: #cfb142;
/* Tailwind (arbitrary) */
class="text-[#cfb142] bg-[#cfb142]"
/* SCSS */
$brand: #cfb142;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.259)
/* Android */
Color.parseColor("#cfb142")Accessibility — WCAG contrast
Aa
#cfb142 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb142 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow68.1%
Key (black)18.8%
Color previews
#cfb142 text on a black background
contrast 10.02:1
Card sample
#cfb142 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb142;
Background color
Panel with #cfb142 background
background-color: #cfb142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb142; background: linear-gradient(135deg, #cfb142, #8FCF42);