#ffbf9f
a light, electric orange · warm · closest name: tan
RGB
255, 191, 159
HSL
20°, 100%, 81%
CMYK
0, 25, 38, 0
Luminance
0.6102
Every format
| HEX | #ffbf9f |
| RGB | rgb(255, 191, 159) |
| HSL | hsl(20, 100%, 81%) |
| CMYK | cmyk(0%, 25%, 38%, 0%) |
| LAB | lab(82.4 18.9 25.1) |
| LCH | lch(82.4 31.5 53.0) |
| OKLCH | oklch(0.855 0.086 47.7) |
Copy-ready code
/* CSS */
color: #ffbf9f;
background-color: #ffbf9f;
/* Tailwind (arbitrary) */
class="text-[#ffbf9f] bg-[#ffbf9f]"
/* SCSS */
$brand: #ffbf9f;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.624)
/* Android */
Color.parseColor("#ffbf9f")Accessibility — WCAG contrast
Aa
#ffbf9f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbf9f on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow37.6%
Key (black)0.0%
Color previews
#ffbf9f text on a black background
contrast 13.20:1
Card sample
#ffbf9f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbf9f;
Background color
Panel with #ffbf9f background
background-color: #ffbf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbf9f; background: linear-gradient(135deg, #ffbf9f, #FFFF9F);