#ffd099
a light, electric orange · warm · closest name: tan
RGB
255, 208, 153
HSL
32°, 100%, 80%
CMYK
0, 18, 40, 0
Luminance
0.6867
Every format
| HEX | #ffd099 |
| RGB | rgb(255, 208, 153) |
| HSL | hsl(32, 100%, 80%) |
| CMYK | cmyk(0%, 18%, 40%, 0%) |
| LAB | lab(86.3 9.4 33.5) |
| LCH | lch(86.3 34.8 74.3) |
| OKLCH | oklch(0.886 0.088 70.7) |
Copy-ready code
/* CSS */
color: #ffd099;
background-color: #ffd099;
/* Tailwind (arbitrary) */
class="text-[#ffd099] bg-[#ffd099]"
/* SCSS */
$brand: #ffd099;
/* SwiftUI */
Color(red: 1.000, green: 0.816, blue: 0.600)
/* Android */
Color.parseColor("#ffd099")Accessibility — WCAG contrast
Aa
#ffd099 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd099 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green81.6%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow40.0%
Key (black)0.0%
Color previews
#ffd099 text on a black background
contrast 14.73:1
Card sample
#ffd099 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd099;
Background color
Panel with #ffd099 background
background-color: #ffd099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 208, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 208, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd099; background: linear-gradient(135deg, #ffd099, #EAFF99);