#f7bfab
a light, electric orange · warm · closest name: tan
RGB
247, 191, 171
HSL
16°, 83%, 82%
CMYK
0, 23, 31, 3
Luminance
0.5998
Every format
| HEX | #f7bfab |
| RGB | rgb(247, 191, 171) |
| HSL | hsl(16, 83%, 82%) |
| CMYK | cmyk(0%, 23%, 31%, 3%) |
| LAB | lab(81.8 17.4 17.8) |
| LCH | lch(81.8 24.9 45.8) |
| OKLCH | oklch(0.850 0.070 40.5) |
Copy-ready code
/* CSS */
color: #f7bfab;
background-color: #f7bfab;
/* Tailwind (arbitrary) */
class="text-[#f7bfab] bg-[#f7bfab]"
/* SCSS */
$brand: #f7bfab;
/* SwiftUI */
Color(red: 0.969, green: 0.749, blue: 0.671)
/* Android */
Color.parseColor("#f7bfab")Accessibility — WCAG contrast
Aa
#f7bfab on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7bfab on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green74.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow30.8%
Key (black)3.1%
Color previews
#f7bfab text on a black background
contrast 13.00:1
Card sample
#f7bfab text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7bfab;
Background color
Panel with #f7bfab background
background-color: #f7bfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7bfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 191, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 191, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7bfab; background: linear-gradient(135deg, #f7bfab, #F7F2AB);