#ffb293
a light, electric orange · warm · closest name: tan
RGB
255, 178, 147
HSL
17°, 100%, 79%
CMYK
0, 30, 42, 0
Luminance
0.5521
Every format
| HEX | #ffb293 |
| RGB | rgb(255, 178, 147) |
| HSL | hsl(17, 100%, 79%) |
| CMYK | cmyk(0%, 30%, 42%, 0%) |
| LAB | lab(79.2 24.4 27.1) |
| LCH | lch(79.2 36.5 48.0) |
| OKLCH | oklch(0.830 0.100 42.8) |
Copy-ready code
/* CSS */
color: #ffb293;
background-color: #ffb293;
/* Tailwind (arbitrary) */
class="text-[#ffb293] bg-[#ffb293]"
/* SCSS */
$brand: #ffb293;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.576)
/* Android */
Color.parseColor("#ffb293")Accessibility — WCAG contrast
Aa
#ffb293 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb293 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow42.4%
Key (black)0.0%
Color previews
#ffb293 text on a black background
contrast 12.04:1
Card sample
#ffb293 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb293;
Background color
Panel with #ffb293 background
background-color: #ffb293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb293; background: linear-gradient(135deg, #ffb293, #FFFA93);