#cfbc01
a dark, electric yellow · cool · closest name: gold
RGB
207, 188, 1
HSL
55°, 99%, 41%
CMYK
0, 9, 100, 19
Luminance
0.4923
Every format
| HEX | #cfbc01 |
| RGB | rgb(207, 188, 1) |
| HSL | hsl(55, 99%, 41%) |
| CMYK | cmyk(0%, 9%, 100%, 19%) |
| LAB | lab(75.6 -8.8 76.9) |
| LCH | lch(75.6 77.5 96.6) |
| OKLCH | oklch(0.787 0.165 102.1) |
Copy-ready code
/* CSS */
color: #cfbc01;
background-color: #cfbc01;
/* Tailwind (arbitrary) */
class="text-[#cfbc01] bg-[#cfbc01]"
/* SCSS */
$brand: #cfbc01;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.004)
/* Android */
Color.parseColor("#cfbc01")Accessibility — WCAG contrast
Aa
#cfbc01 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc01 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow99.5%
Key (black)18.8%
Color previews
#cfbc01 text on a black background
contrast 10.85:1
Card sample
#cfbc01 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc01;
Background color
Panel with #cfbc01 background
background-color: #cfbc01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc01; background: linear-gradient(135deg, #cfbc01, #59CF01);