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