#cfc708
a dark, electric yellow · cool · closest name: gold
RGB
207, 199, 8
HSL
58°, 93%, 42%
CMYK
0, 4, 96, 19
Luminance
0.5413
Every format
| HEX | #cfc708 |
| RGB | rgb(207, 199, 8) |
| HSL | hsl(58, 93%, 42%) |
| CMYK | cmyk(0%, 4%, 96%, 19%) |
| LAB | lab(78.5 -14.4 78.4) |
| LCH | lch(78.5 79.7 100.4) |
| OKLCH | oklch(0.810 0.172 106.7) |
Copy-ready code
/* CSS */
color: #cfc708;
background-color: #cfc708;
/* Tailwind (arbitrary) */
class="text-[#cfc708] bg-[#cfc708]"
/* SCSS */
$brand: #cfc708;
/* SwiftUI */
Color(red: 0.812, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#cfc708")Accessibility — WCAG contrast
Aa
#cfc708 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc708 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow96.1%
Key (black)18.8%
Color previews
#cfc708 text on a black background
contrast 11.83:1
Card sample
#cfc708 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc708;
Background color
Panel with #cfc708 background
background-color: #cfc708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc708; background: linear-gradient(135deg, #cfc708, #52CF08);