#cfb813
a dark, electric yellow · cool · closest name: gold
RGB
207, 184, 19
HSL
53°, 83%, 44%
CMYK
0, 11, 91, 19
Luminance
0.4759
Every format
| HEX | #cfb813 |
| RGB | rgb(207, 184, 19) |
| HSL | hsl(53, 83%, 44%) |
| CMYK | cmyk(0%, 11%, 91%, 19%) |
| LAB | lab(74.6 -6.6 74.0) |
| LCH | lch(74.6 74.3 95.1) |
| OKLCH | oklch(0.779 0.159 100.0) |
Copy-ready code
/* CSS */
color: #cfb813;
background-color: #cfb813;
/* Tailwind (arbitrary) */
class="text-[#cfb813] bg-[#cfb813]"
/* SCSS */
$brand: #cfb813;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.075)
/* Android */
Color.parseColor("#cfb813")Accessibility — WCAG contrast
Aa
#cfb813 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb813 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow90.8%
Key (black)18.8%
Color previews
#cfb813 text on a black background
contrast 10.52:1
Card sample
#cfb813 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb813;
Background color
Panel with #cfb813 background
background-color: #cfb813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb813; background: linear-gradient(135deg, #cfb813, #69CF13);