#ffb394
a light, electric orange · warm · closest name: tan
RGB
255, 179, 148
HSL
17°, 100%, 79%
CMYK
0, 30, 42, 0
Luminance
0.5564
Every format
| HEX | #ffb394 |
| RGB | rgb(255, 179, 148) |
| HSL | hsl(17, 100%, 79%) |
| CMYK | cmyk(0%, 30%, 42%, 0%) |
| LAB | lab(79.4 24.0 26.9) |
| LCH | lch(79.4 36.1 48.2) |
| OKLCH | oklch(0.832 0.099 43.1) |
Copy-ready code
/* CSS */
color: #ffb394;
background-color: #ffb394;
/* Tailwind (arbitrary) */
class="text-[#ffb394] bg-[#ffb394]"
/* SCSS */
$brand: #ffb394;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.580)
/* Android */
Color.parseColor("#ffb394")Accessibility — WCAG contrast
Aa
#ffb394 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb394 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow42.0%
Key (black)0.0%
Color previews
#ffb394 text on a black background
contrast 12.13:1
Card sample
#ffb394 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb394;
Background color
Panel with #ffb394 background
background-color: #ffb394;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb394;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb394; background: linear-gradient(135deg, #ffb394, #FFFA94);