#ffb791
a light, electric orange · warm · closest name: tan
RGB
255, 183, 145
HSL
21°, 100%, 78%
CMYK
0, 28, 43, 0
Luminance
0.5717
Every format
| HEX | #ffb791 |
| RGB | rgb(255, 183, 145) |
| HSL | hsl(21, 100%, 78%) |
| CMYK | cmyk(0%, 28%, 43%, 0%) |
| LAB | lab(80.3 21.6 29.7) |
| LCH | lch(80.3 36.7 53.9) |
| OKLCH | oklch(0.838 0.098 48.8) |
Copy-ready code
/* CSS */
color: #ffb791;
background-color: #ffb791;
/* Tailwind (arbitrary) */
class="text-[#ffb791] bg-[#ffb791]"
/* SCSS */
$brand: #ffb791;
/* SwiftUI */
Color(red: 1.000, green: 0.718, blue: 0.569)
/* Android */
Color.parseColor("#ffb791")Accessibility — WCAG contrast
Aa
#ffb791 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb791 on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.8%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow43.1%
Key (black)0.0%
Color previews
#ffb791 text on a black background
contrast 12.43:1
Card sample
#ffb791 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb791;
Background color
Panel with #ffb791 background
background-color: #ffb791;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb791;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 183, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 183, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb791; background: linear-gradient(135deg, #ffb791, #FEFF91);