#cfb91b
a balanced, electric yellow · cool · closest name: gold
RGB
207, 185, 27
HSL
53°, 77%, 46%
CMYK
0, 11, 87, 19
Luminance
0.4804
Every format
| HEX | #cfb91b |
| RGB | rgb(207, 185, 27) |
| HSL | hsl(53, 77%, 46%) |
| CMYK | cmyk(0%, 11%, 87%, 19%) |
| LAB | lab(74.8 -6.9 72.8) |
| LCH | lch(74.8 73.1 95.4) |
| OKLCH | oklch(0.781 0.157 100.3) |
Copy-ready code
/* CSS */
color: #cfb91b;
background-color: #cfb91b;
/* Tailwind (arbitrary) */
class="text-[#cfb91b] bg-[#cfb91b]"
/* SCSS */
$brand: #cfb91b;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.106)
/* Android */
Color.parseColor("#cfb91b")Accessibility — WCAG contrast
Aa
#cfb91b on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb91b on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow87.0%
Key (black)18.8%
Color previews
#cfb91b text on a black background
contrast 10.61:1
Card sample
#cfb91b text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb91b;
Background color
Panel with #cfb91b background
background-color: #cfb91b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb91b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb91b; background: linear-gradient(135deg, #cfb91b, #6DCF1B);