#ffd08f
a light, electric orange · warm · closest name: tan
RGB
255, 208, 143
HSL
35°, 100%, 78%
CMYK
0, 18, 44, 0
Luminance
0.6835
Every format
| HEX | #ffd08f |
| RGB | rgb(255, 208, 143) |
| HSL | hsl(35, 100%, 78%) |
| CMYK | cmyk(0%, 18%, 44%, 0%) |
| LAB | lab(86.2 8.4 38.5) |
| LCH | lch(86.2 39.4 77.7) |
| OKLCH | oklch(0.884 0.098 75.0) |
Copy-ready code
/* CSS */
color: #ffd08f;
background-color: #ffd08f;
/* Tailwind (arbitrary) */
class="text-[#ffd08f] bg-[#ffd08f]"
/* SCSS */
$brand: #ffd08f;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.561)
/* Android */
Color.parseColor("#ffd08f")Accessibility — WCAG contrast
Aa
#ffd08f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd08f on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow43.9%
Key (black)0.0%
Color previews
#ffd08f text on a black background
contrast 14.67:1
Card sample
#ffd08f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd08f;
Background color
Panel with #ffd08f background
background-color: #ffd08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd08f; background: linear-gradient(135deg, #ffd08f, #E3FF8F);