#ffd47f
a light, electric orange · warm · closest name: khaki
RGB
255, 212, 127
HSL
40°, 100%, 75%
CMYK
0, 17, 50, 0
Luminance
0.6988
Every format
| HEX | #ffd47f |
| RGB | rgb(255, 212, 127) |
| HSL | hsl(40, 100%, 75%) |
| CMYK | cmyk(0%, 17%, 50%, 0%) |
| LAB | lab(86.9 4.8 47.4) |
| LCH | lch(86.9 47.7 84.2) |
| OKLCH | oklch(0.889 0.114 83.3) |
Copy-ready code
/* CSS */
color: #ffd47f;
background-color: #ffd47f;
/* Tailwind (arbitrary) */
class="text-[#ffd47f] bg-[#ffd47f]"
/* SCSS */
$brand: #ffd47f;
/* SwiftUI */
Color(red: 1.000, green: 0.831, blue: 0.498)
/* Android */
Color.parseColor("#ffd47f")Accessibility — WCAG contrast
Aa
#ffd47f on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd47f on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow50.2%
Key (black)0.0%
Color previews
#ffd47f text on a black background
contrast 14.98:1
Card sample
#ffd47f text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd47f;
Background color
Panel with #ffd47f background
background-color: #ffd47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 212, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 212, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd47f; background: linear-gradient(135deg, #ffd47f, #D5FF7F);