#ffc99e
a light, electric orange · warm · closest name: tan
RGB
255, 201, 158
HSL
27°, 100%, 81%
CMYK
0, 21, 38, 0
Luminance
0.6550
Every format
| HEX | #ffc99e |
| RGB | rgb(255, 201, 158) |
| HSL | hsl(27, 100%, 81%) |
| CMYK | cmyk(0%, 21%, 38%, 0%) |
| LAB | lab(84.7 13.6 28.8) |
| LCH | lch(84.7 31.9 64.7) |
| OKLCH | oklch(0.874 0.084 59.9) |
Copy-ready code
/* CSS */
color: #ffc99e;
background-color: #ffc99e;
/* Tailwind (arbitrary) */
class="text-[#ffc99e] bg-[#ffc99e]"
/* SCSS */
$brand: #ffc99e;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.620)
/* Android */
Color.parseColor("#ffc99e")Accessibility — WCAG contrast
Aa
#ffc99e on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc99e on black: 14.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow38.0%
Key (black)0.0%
Color previews
#ffc99e text on a black background
contrast 14.10:1
Card sample
#ffc99e text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc99e;
Background color
Panel with #ffc99e background
background-color: #ffc99e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc99e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc99e; background: linear-gradient(135deg, #ffc99e, #F4FF9E);