#ffbfa1
a light, electric orange · warm · closest name: tan
RGB
255, 191, 161
HSL
19°, 100%, 82%
CMYK
0, 25, 37, 0
Luminance
0.6109
Every format
| HEX | #ffbfa1 |
| RGB | rgb(255, 191, 161) |
| HSL | hsl(19, 100%, 82%) |
| CMYK | cmyk(0%, 25%, 37%, 0%) |
| LAB | lab(82.4 19.2 24.1) |
| LCH | lch(82.4 30.8 51.5) |
| OKLCH | oklch(0.856 0.085 46.2) |
Copy-ready code
/* CSS */
color: #ffbfa1;
background-color: #ffbfa1;
/* Tailwind (arbitrary) */
class="text-[#ffbfa1] bg-[#ffbfa1]"
/* SCSS */
$brand: #ffbfa1;
/* SwiftUI */
Color(red: 1.000, green: 0.749, blue: 0.631)
/* Android */
Color.parseColor("#ffbfa1")Accessibility — WCAG contrast
Aa
#ffbfa1 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbfa1 on black: 13.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.9%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow36.9%
Key (black)0.0%
Color previews
#ffbfa1 text on a black background
contrast 13.22:1
Card sample
#ffbfa1 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbfa1;
Background color
Panel with #ffbfa1 background
background-color: #ffbfa1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbfa1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 191, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 191, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbfa1; background: linear-gradient(135deg, #ffbfa1, #FFFEA1);