#cfbd13
a dark, electric yellow · cool · closest name: gold
RGB
207, 189, 19
HSL
54°, 83%, 44%
CMYK
0, 9, 91, 19
Luminance
0.4971
Every format
| HEX | #cfbd13 |
| RGB | rgb(207, 189, 19) |
| HSL | hsl(54, 83%, 44%) |
| CMYK | cmyk(0%, 9%, 91%, 19%) |
| LAB | lab(75.9 -9.2 75.0) |
| LCH | lch(75.9 75.6 97.0) |
| OKLCH | oklch(0.789 0.162 102.4) |
Copy-ready code
/* CSS */
color: #cfbd13;
background-color: #cfbd13;
/* Tailwind (arbitrary) */
class="text-[#cfbd13] bg-[#cfbd13]"
/* SCSS */
$brand: #cfbd13;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.075)
/* Android */
Color.parseColor("#cfbd13")Accessibility — WCAG contrast
Aa
#cfbd13 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbd13 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow90.8%
Key (black)18.8%
Color previews
#cfbd13 text on a black background
contrast 10.94:1
Card sample
#cfbd13 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbd13;
Background color
Panel with #cfbd13 background
background-color: #cfbd13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbd13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbd13; background: linear-gradient(135deg, #cfbd13, #63CF13);