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