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