#ffb98d
a light, electric orange · warm · closest name: tan
RGB
255, 185, 141
HSL
23°, 100%, 78%
CMYK
0, 28, 45, 0
Luminance
0.5788
Every format
| HEX | #ffb98d |
| RGB | rgb(255, 185, 141) |
| HSL | hsl(23, 100%, 78%) |
| CMYK | cmyk(0%, 28%, 45%, 0%) |
| LAB | lab(80.7 20.2 32.3) |
| LCH | lch(80.7 38.1 58.0) |
| OKLCH | oklch(0.841 0.100 53.1) |
Copy-ready code
/* CSS */
color: #ffb98d;
background-color: #ffb98d;
/* Tailwind (arbitrary) */
class="text-[#ffb98d] bg-[#ffb98d]"
/* SCSS */
$brand: #ffb98d;
/* SwiftUI */
Color(red: 1.000, green: 0.725, blue: 0.553)
/* Android */
Color.parseColor("#ffb98d")Accessibility — WCAG contrast
Aa
#ffb98d on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb98d on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.5%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta27.5%
Yellow44.7%
Key (black)0.0%
Color previews
#ffb98d text on a black background
contrast 12.58:1
Card sample
#ffb98d text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb98d;
Background color
Panel with #ffb98d background
background-color: #ffb98d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb98d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 185, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 185, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb98d; background: linear-gradient(135deg, #ffb98d, #F9FF8D);