#ffc98e
a light, electric orange · warm · closest name: tan
RGB
255, 201, 142
HSL
31°, 100%, 78%
CMYK
0, 21, 44, 0
Luminance
0.6499
Every format
| HEX | #ffc98e |
| RGB | rgb(255, 201, 142) |
| HSL | hsl(31, 100%, 78%) |
| CMYK | cmyk(0%, 21%, 44%, 0%) |
| LAB | lab(84.5 11.9 36.8) |
| LCH | lch(84.5 38.6 72.0) |
| OKLCH | oklch(0.871 0.097 68.5) |
Copy-ready code
/* CSS */
color: #ffc98e;
background-color: #ffc98e;
/* Tailwind (arbitrary) */
class="text-[#ffc98e] bg-[#ffc98e]"
/* SCSS */
$brand: #ffc98e;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.557)
/* Android */
Color.parseColor("#ffc98e")Accessibility — WCAG contrast
Aa
#ffc98e on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc98e on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow44.3%
Key (black)0.0%
Color previews
#ffc98e text on a black background
contrast 14.00:1
Card sample
#ffc98e text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc98e;
Background color
Panel with #ffc98e background
background-color: #ffc98e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc98e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc98e; background: linear-gradient(135deg, #ffc98e, #EAFF8E);