#f4bfac
a light, electric orange · warm · closest name: tan
RGB
244, 191, 172
HSL
16°, 77%, 82%
CMYK
0, 22, 30, 4
Luminance
0.5947
Every format
| HEX | #f4bfac |
| RGB | rgb(244, 191, 172) |
| HSL | hsl(16, 77%, 82%) |
| CMYK | cmyk(0%, 22%, 30%, 4%) |
| LAB | lab(81.5 16.4 16.9) |
| LCH | lch(81.5 23.5 45.9) |
| OKLCH | oklch(0.847 0.067 40.6) |
Copy-ready code
/* CSS */
color: #f4bfac;
background-color: #f4bfac;
/* Tailwind (arbitrary) */
class="text-[#f4bfac] bg-[#f4bfac]"
/* SCSS */
$brand: #f4bfac;
/* SwiftUI */
Color(red: 0.957, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#f4bfac")Accessibility — WCAG contrast
Aa
#f4bfac on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bfac on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow29.5%
Key (black)4.3%
Color previews
#f4bfac text on a black background
contrast 12.89:1
Card sample
#f4bfac text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bfac;
Background color
Panel with #f4bfac background
background-color: #f4bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bfac; background: linear-gradient(135deg, #f4bfac, #F4EFAC);