#cfb313
a dark, electric yellow · cool · closest name: gold
RGB
207, 179, 19
HSL
51°, 83%, 44%
CMYK
0, 14, 91, 19
Luminance
0.4555
Every format
| HEX | #cfb313 |
| RGB | rgb(207, 179, 19) |
| HSL | hsl(51, 83%, 44%) |
| CMYK | cmyk(0%, 14%, 91%, 19%) |
| LAB | lab(73.3 -4.0 73.0) |
| LCH | lch(73.3 73.1 93.1) |
| OKLCH | oklch(0.768 0.155 97.5) |
Copy-ready code
/* CSS */
color: #cfb313;
background-color: #cfb313;
/* Tailwind (arbitrary) */
class="text-[#cfb313] bg-[#cfb313]"
/* SCSS */
$brand: #cfb313;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.075)
/* Android */
Color.parseColor("#cfb313")Accessibility — WCAG contrast
Aa
#cfb313 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb313 on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow90.8%
Key (black)18.8%
Color previews
#cfb313 text on a black background
contrast 10.11:1
Card sample
#cfb313 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb313;
Background color
Panel with #cfb313 background
background-color: #cfb313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb313; background: linear-gradient(135deg, #cfb313, #6ECF13);