#cfb00f
a dark, electric yellow · cool · closest name: gold
RGB
207, 176, 15
HSL
50°, 87%, 44%
CMYK
0, 15, 93, 19
Luminance
0.4435
Every format
| HEX | #cfb00f |
| RGB | rgb(207, 176, 15) |
| HSL | hsl(50, 87%, 44%) |
| CMYK | cmyk(0%, 15%, 93%, 19%) |
| LAB | lab(72.5 -2.5 73.0) |
| LCH | lch(72.5 73.1 91.9) |
| OKLCH | oklch(0.762 0.154 96.0) |
Copy-ready code
/* CSS */
color: #cfb00f;
background-color: #cfb00f;
/* Tailwind (arbitrary) */
class="text-[#cfb00f] bg-[#cfb00f]"
/* SCSS */
$brand: #cfb00f;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.059)
/* Android */
Color.parseColor("#cfb00f")Accessibility — WCAG contrast
Aa
#cfb00f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb00f on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow92.8%
Key (black)18.8%
Color previews
#cfb00f text on a black background
contrast 9.87:1
Card sample
#cfb00f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb00f;
Background color
Panel with #cfb00f background
background-color: #cfb00f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb00f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb00f; background: linear-gradient(135deg, #cfb00f, #6ECF0F);