#ffb397
a light, electric orange · warm · closest name: tan
RGB
255, 179, 151
HSL
16°, 100%, 80%
CMYK
0, 30, 41, 0
Luminance
0.5573
Every format
| HEX | #ffb397 |
| RGB | rgb(255, 179, 151) |
| HSL | hsl(16, 100%, 80%) |
| CMYK | cmyk(0%, 30%, 41%, 0%) |
| LAB | lab(79.5 24.4 25.4) |
| LCH | lch(79.5 35.2 46.2) |
| OKLCH | oklch(0.832 0.097 41.1) |
Copy-ready code
/* CSS */
color: #ffb397;
background-color: #ffb397;
/* Tailwind (arbitrary) */
class="text-[#ffb397] bg-[#ffb397]"
/* SCSS */
$brand: #ffb397;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.592)
/* Android */
Color.parseColor("#ffb397")Accessibility — WCAG contrast
Aa
#ffb397 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb397 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow40.8%
Key (black)0.0%
Color previews
#ffb397 text on a black background
contrast 12.15:1
Card sample
#ffb397 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb397;
Background color
Panel with #ffb397 background
background-color: #ffb397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb397; background: linear-gradient(135deg, #ffb397, #FFF897);