#ffcf0c
a balanced, electric yellow · cool · closest name: gold
RGB
255, 207, 12
HSL
48°, 100%, 52%
CMYK
0, 19, 95, 0
Luminance
0.6591
Every format
| HEX | #ffcf0c |
| RGB | rgb(255, 207, 12) |
| HSL | hsl(48, 100%, 52%) |
| CMYK | cmyk(0%, 19%, 95%, 0%) |
| LAB | lab(85.0 2.2 84.7) |
| LCH | lch(85.0 84.7 88.5) |
| OKLCH | oklch(0.871 0.177 91.6) |
Copy-ready code
/* CSS */
color: #ffcf0c;
background-color: #ffcf0c;
/* Tailwind (arbitrary) */
class="text-[#ffcf0c] bg-[#ffcf0c]"
/* SCSS */
$brand: #ffcf0c;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.047)
/* Android */
Color.parseColor("#ffcf0c")Accessibility — WCAG contrast
Aa
#ffcf0c on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf0c on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow95.3%
Key (black)0.0%
Color previews
#ffcf0c text on a black background
contrast 14.18:1
Card sample
#ffcf0c text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf0c;
Background color
Panel with #ffcf0c background
background-color: #ffcf0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf0c; background: linear-gradient(135deg, #ffcf0c, #8DFF0C);