#f5bfac
a light, electric orange · warm · closest name: tan
RGB
245, 191, 172
HSL
16°, 79%, 82%
CMYK
0, 22, 30, 4
Luminance
0.5965
Every format
| HEX | #f5bfac |
| RGB | rgb(245, 191, 172) |
| HSL | hsl(16, 79%, 82%) |
| CMYK | cmyk(0%, 22%, 30%, 4%) |
| LAB | lab(81.7 16.7 17.0) |
| LCH | lch(81.7 23.9 45.5) |
| OKLCH | oklch(0.848 0.068 40.3) |
Copy-ready code
/* CSS */
color: #f5bfac;
background-color: #f5bfac;
/* Tailwind (arbitrary) */
class="text-[#f5bfac] bg-[#f5bfac]"
/* SCSS */
$brand: #f5bfac;
/* SwiftUI */
Color(red: 0.961, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#f5bfac")Accessibility — WCAG contrast
Aa
#f5bfac on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bfac on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow29.8%
Key (black)3.9%
Color previews
#f5bfac text on a black background
contrast 12.93:1
Card sample
#f5bfac text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bfac;
Background color
Panel with #f5bfac background
background-color: #f5bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bfac; background: linear-gradient(135deg, #f5bfac, #F5F0AC);