#cfb229
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 178, 41
HSL
50°, 67%, 49%
CMYK
0, 14, 80, 19
Luminance
0.4527
Every format
| HEX | #cfb229 |
| RGB | rgb(207, 178, 41) |
| HSL | hsl(50, 67%, 49%) |
| CMYK | cmyk(0%, 14%, 80%, 19%) |
| LAB | lab(73.1 -2.9 67.7) |
| LCH | lch(73.1 67.8 92.5) |
| OKLCH | oklch(0.767 0.147 96.2) |
Copy-ready code
/* CSS */
color: #cfb229;
background-color: #cfb229;
/* Tailwind (arbitrary) */
class="text-[#cfb229] bg-[#cfb229]"
/* SCSS */
$brand: #cfb229;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.161)
/* Android */
Color.parseColor("#cfb229")Accessibility — WCAG contrast
Aa
#cfb229 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb229 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow80.2%
Key (black)18.8%
Color previews
#cfb229 text on a black background
contrast 10.05:1
Card sample
#cfb229 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb229;
Background color
Panel with #cfb229 background
background-color: #cfb229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb229; background: linear-gradient(135deg, #cfb229, #7DCF29);