#ffb496
a light, electric orange · warm · closest name: tan
RGB
255, 180, 150
HSL
17°, 100%, 79%
CMYK
0, 29, 41, 0
Luminance
0.5610
Every format
| HEX | #ffb496 |
| RGB | rgb(255, 180, 150) |
| HSL | hsl(17, 100%, 79%) |
| CMYK | cmyk(0%, 29%, 41%, 0%) |
| LAB | lab(79.7 23.7 26.2) |
| LCH | lch(79.7 35.3 47.9) |
| OKLCH | oklch(0.834 0.097 42.7) |
Copy-ready code
/* CSS */
color: #ffb496;
background-color: #ffb496;
/* Tailwind (arbitrary) */
class="text-[#ffb496] bg-[#ffb496]"
/* SCSS */
$brand: #ffb496;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.588)
/* Android */
Color.parseColor("#ffb496")Accessibility — WCAG contrast
Aa
#ffb496 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb496 on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow41.2%
Key (black)0.0%
Color previews
#ffb496 text on a black background
contrast 12.22:1
Card sample
#ffb496 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb496;
Background color
Panel with #ffb496 background
background-color: #ffb496;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb496;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb496; background: linear-gradient(135deg, #ffb496, #FFFA96);