#f0bfac
a light, vivid orange · warm · closest name: tan
RGB
240, 191, 172
HSL
17°, 69%, 81%
CMYK
0, 20, 28, 6
Luminance
0.5877
Every format
| HEX | #f0bfac |
| RGB | rgb(240, 191, 172) |
| HSL | hsl(17, 69%, 81%) |
| CMYK | cmyk(0%, 20%, 28%, 6%) |
| LAB | lab(81.2 14.8 16.3) |
| LCH | lch(81.2 22.0 47.6) |
| OKLCH | oklch(0.843 0.062 42.2) |
Copy-ready code
/* CSS */
color: #f0bfac;
background-color: #f0bfac;
/* Tailwind (arbitrary) */
class="text-[#f0bfac] bg-[#f0bfac]"
/* SCSS */
$brand: #f0bfac;
/* SwiftUI */
Color(red: 0.941, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#f0bfac")Accessibility — WCAG contrast
Aa
#f0bfac on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0bfac on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow28.3%
Key (black)5.9%
Color previews
#f0bfac text on a black background
contrast 12.75:1
Card sample
#f0bfac text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0bfac;
Background color
Panel with #f0bfac background
background-color: #f0bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0bfac; background: linear-gradient(135deg, #f0bfac, #F0ECAC);