#cfb615
a dark, electric yellow · cool · closest name: gold
RGB
207, 182, 21
HSL
52°, 82%, 45%
CMYK
0, 12, 90, 19
Luminance
0.4678
Every format
| HEX | #cfb615 |
| RGB | rgb(207, 182, 21) |
| HSL | hsl(52, 82%, 45%) |
| CMYK | cmyk(0%, 12%, 90%, 19%) |
| LAB | lab(74.0 -5.5 73.3) |
| LCH | lch(74.0 73.5 94.3) |
| OKLCH | oklch(0.774 0.157 99.0) |
Copy-ready code
/* CSS */
color: #cfb615;
background-color: #cfb615;
/* Tailwind (arbitrary) */
class="text-[#cfb615] bg-[#cfb615]"
/* SCSS */
$brand: #cfb615;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.082)
/* Android */
Color.parseColor("#cfb615")Accessibility — WCAG contrast
Aa
#cfb615 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb615 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow89.9%
Key (black)18.8%
Color previews
#cfb615 text on a black background
contrast 10.36:1
Card sample
#cfb615 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb615;
Background color
Panel with #cfb615 background
background-color: #cfb615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb615; background: linear-gradient(135deg, #cfb615, #6CCF15);