#cfb206
a dark, electric yellow · cool · closest name: gold
RGB
207, 178, 6
HSL
51°, 94%, 42%
CMYK
0, 14, 97, 19
Luminance
0.4512
Every format
| HEX | #cfb206 |
| RGB | rgb(207, 178, 6) |
| HSL | hsl(51, 94%, 42%) |
| CMYK | cmyk(0%, 14%, 97%, 19%) |
| LAB | lab(73.0 -3.6 74.5) |
| LCH | lch(73.0 74.6 92.8) |
| OKLCH | oklch(0.766 0.157 97.2) |
Copy-ready code
/* CSS */
color: #cfb206;
background-color: #cfb206;
/* Tailwind (arbitrary) */
class="text-[#cfb206] bg-[#cfb206]"
/* SCSS */
$brand: #cfb206;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.024)
/* Android */
Color.parseColor("#cfb206")Accessibility — WCAG contrast
Aa
#cfb206 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb206 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow97.1%
Key (black)18.8%
Color previews
#cfb206 text on a black background
contrast 10.02:1
Card sample
#cfb206 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb206;
Background color
Panel with #cfb206 background
background-color: #cfb206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb206; background: linear-gradient(135deg, #cfb206, #66CF06);