#ffce47
a balanced, electric yellow · warm · closest name: gold
RGB
255, 206, 71
HSL
44°, 100%, 64%
CMYK
0, 19, 72, 0
Luminance
0.6586
Every format
| HEX | #ffce47 |
| RGB | rgb(255, 206, 71) |
| HSL | hsl(44, 100%, 64%) |
| CMYK | cmyk(0%, 19%, 72%, 0%) |
| LAB | lab(84.9 4.3 70.1) |
| LCH | lch(84.9 70.2 86.5) |
| OKLCH | oklch(0.872 0.155 88.2) |
Copy-ready code
/* CSS */
color: #ffce47;
background-color: #ffce47;
/* Tailwind (arbitrary) */
class="text-[#ffce47] bg-[#ffce47]"
/* SCSS */
$brand: #ffce47;
/* SwiftUI */
Color(red: 1.000, green: 0.808, blue: 0.278)
/* Android */
Color.parseColor("#ffce47")Accessibility — WCAG contrast
Aa
#ffce47 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffce47 on black: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.8%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow72.2%
Key (black)0.0%
Color previews
#ffce47 text on a black background
contrast 14.17:1
Card sample
#ffce47 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffce47;
Background color
Panel with #ffce47 background
background-color: #ffce47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffce47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 206, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 206, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffce47; background: linear-gradient(135deg, #ffce47, #B5FF47);