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