#f0cfbf
a light, vivid orange · warm · closest name: tan
RGB
240, 207, 191
HSL
20°, 62%, 85%
CMYK
0, 14, 20, 6
Luminance
0.6691
Every format
| HEX | #f0cfbf |
| RGB | rgb(240, 207, 191) |
| HSL | hsl(20, 62%, 85%) |
| CMYK | cmyk(0%, 14%, 20%, 6%) |
| LAB | lab(85.5 9.1 12.2) |
| LCH | lch(85.5 15.2 53.3) |
| OKLCH | oklch(0.878 0.043 47.5) |
Copy-ready code
/* CSS */
color: #f0cfbf;
background-color: #f0cfbf;
/* Tailwind (arbitrary) */
class="text-[#f0cfbf] bg-[#f0cfbf]"
/* SCSS */
$brand: #f0cfbf;
/* SwiftUI */
Color(red: 0.941, green: 0.812, blue: 0.749)
/* Android */
Color.parseColor("#f0cfbf")Accessibility — WCAG contrast
Aa
#f0cfbf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cfbf on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green81.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow20.4%
Key (black)5.9%
Color previews
#f0cfbf text on a black background
contrast 14.38:1
Card sample
#f0cfbf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cfbf;
Background color
Panel with #f0cfbf background
background-color: #f0cfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 207, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 207, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cfbf; background: linear-gradient(135deg, #f0cfbf, #F0F0BF);