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