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