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