#ffd79f
a light, electric orange · warm · closest name: tan
RGB
255, 215, 159
HSL
35°, 100%, 81%
CMYK
0, 16, 38, 0
Luminance
0.7236
Every format
| HEX | #ffd79f |
| RGB | rgb(255, 215, 159) |
| HSL | hsl(35, 100%, 81%) |
| CMYK | cmyk(0%, 16%, 38%, 0%) |
| LAB | lab(88.2 6.5 32.9) |
| LCH | lch(88.2 33.5 78.9) |
| OKLCH | oklch(0.900 0.084 75.7) |
Copy-ready code
/* CSS */
color: #ffd79f;
background-color: #ffd79f;
/* Tailwind (arbitrary) */
class="text-[#ffd79f] bg-[#ffd79f]"
/* SCSS */
$brand: #ffd79f;
/* SwiftUI */
Color(red: 1.000, green: 0.843, blue: 0.624)
/* Android */
Color.parseColor("#ffd79f")Accessibility — WCAG contrast
Aa
#ffd79f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd79f on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.3%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow37.6%
Key (black)0.0%
Color previews
#ffd79f text on a black background
contrast 15.47:1
Card sample
#ffd79f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd79f;
Background color
Panel with #ffd79f background
background-color: #ffd79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 215, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 215, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd79f; background: linear-gradient(135deg, #ffd79f, #E7FF9F);