#ffcc4f
a light, electric yellow · warm · closest name: gold
RGB
255, 204, 79
HSL
43°, 100%, 66%
CMYK
0, 20, 69, 0
Luminance
0.6501
Every format
| HEX | #ffcc4f |
| RGB | rgb(255, 204, 79) |
| HSL | hsl(43, 100%, 66%) |
| CMYK | cmyk(0%, 20%, 69%, 0%) |
| LAB | lab(84.5 5.7 66.5) |
| LCH | lch(84.5 66.7 85.1) |
| OKLCH | oklch(0.868 0.149 86.2) |
Copy-ready code
/* CSS */
color: #ffcc4f;
background-color: #ffcc4f;
/* Tailwind (arbitrary) */
class="text-[#ffcc4f] bg-[#ffcc4f]"
/* SCSS */
$brand: #ffcc4f;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.310)
/* Android */
Color.parseColor("#ffcc4f")Accessibility — WCAG contrast
Aa
#ffcc4f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffcc4f on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow69.0%
Key (black)0.0%
Color previews
#ffcc4f text on a black background
contrast 14.00:1
Card sample
#ffcc4f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffcc4f;
Background color
Panel with #ffcc4f background
background-color: #ffcc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffcc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffcc4f; background: linear-gradient(135deg, #ffcc4f, #BDFF4F);