#cfb217
a balanced, electric yellow · cool · closest name: gold
RGB
207, 178, 23
HSL
51°, 80%, 45%
CMYK
0, 14, 89, 19
Luminance
0.4517
Every format
| HEX | #cfb217 |
| RGB | rgb(207, 178, 23) |
| HSL | hsl(51, 80%, 45%) |
| CMYK | cmyk(0%, 14%, 89%, 19%) |
| LAB | lab(73.0 -3.4 72.1) |
| LCH | lch(73.0 72.2 92.7) |
| OKLCH | oklch(0.766 0.154 96.9) |
Copy-ready code
/* CSS */
color: #cfb217;
background-color: #cfb217;
/* Tailwind (arbitrary) */
class="text-[#cfb217] bg-[#cfb217]"
/* SCSS */
$brand: #cfb217;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.090)
/* Android */
Color.parseColor("#cfb217")Accessibility — WCAG contrast
Aa
#cfb217 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb217 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow88.9%
Key (black)18.8%
Color previews
#cfb217 text on a black background
contrast 10.03:1
Card sample
#cfb217 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb217;
Background color
Panel with #cfb217 background
background-color: #cfb217;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb217;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb217; background: linear-gradient(135deg, #cfb217, #71CF17);