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