#cfba01
a dark, electric yellow · cool · closest name: gold
RGB
207, 186, 1
HSL
54°, 99%, 41%
CMYK
0, 10, 100, 19
Luminance
0.4839
Every format
| HEX | #cfba01 |
| RGB | rgb(207, 186, 1) |
| HSL | hsl(54, 99%, 41%) |
| CMYK | cmyk(0%, 10%, 100%, 19%) |
| LAB | lab(75.1 -7.8 76.6) |
| LCH | lch(75.1 77.0 95.8) |
| OKLCH | oklch(0.782 0.163 101.2) |
Copy-ready code
/* CSS */
color: #cfba01;
background-color: #cfba01;
/* Tailwind (arbitrary) */
class="text-[#cfba01] bg-[#cfba01]"
/* SCSS */
$brand: #cfba01;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.004)
/* Android */
Color.parseColor("#cfba01")Accessibility — WCAG contrast
Aa
#cfba01 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba01 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow99.5%
Key (black)18.8%
Color previews
#cfba01 text on a black background
contrast 10.68:1
Card sample
#cfba01 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba01;
Background color
Panel with #cfba01 background
background-color: #cfba01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba01; background: linear-gradient(135deg, #cfba01, #5BCF01);