#ffcf3c
a balanced, electric yellow · cool · closest name: gold
RGB
255, 207, 60
HSL
45°, 100%, 62%
CMYK
0, 19, 77, 0
Luminance
0.6621
Every format
| HEX | #ffcf3c |
| RGB | rgb(255, 207, 60) |
| HSL | hsl(45, 100%, 62%) |
| CMYK | cmyk(0%, 19%, 77%, 0%) |
| LAB | lab(85.1 3.3 74.2) |
| LCH | lch(85.1 74.3 87.5) |
| OKLCH | oklch(0.873 0.162 89.6) |
Copy-ready code
/* CSS */
color: #ffcf3c;
background-color: #ffcf3c;
/* Tailwind (arbitrary) */
class="text-[#ffcf3c] bg-[#ffcf3c]"
/* SCSS */
$brand: #ffcf3c;
/* SwiftUI */
Color(red: 1.000, green: 0.812, blue: 0.235)
/* Android */
Color.parseColor("#ffcf3c")Accessibility — WCAG contrast
Aa
#ffcf3c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcf3c on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow76.5%
Key (black)0.0%
Color previews
#ffcf3c text on a black background
contrast 14.24:1
Card sample
#ffcf3c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcf3c;
Background color
Panel with #ffcf3c background
background-color: #ffcf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 207, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 207, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcf3c; background: linear-gradient(135deg, #ffcf3c, #ADFF3C);