#f0cfab
a light, vivid orange · warm · closest name: tan
RGB
240, 207, 171
HSL
31°, 70%, 81%
CMYK
0, 14, 29, 6
Luminance
0.6609
Every format
| HEX | #f0cfab |
| RGB | rgb(240, 207, 171) |
| HSL | hsl(31, 70%, 81%) |
| CMYK | cmyk(0%, 14%, 29%, 6%) |
| LAB | lab(85.0 6.3 22.2) |
| LCH | lch(85.0 23.1 74.1) |
| OKLCH | oklch(0.874 0.060 69.3) |
Copy-ready code
/* CSS */
color: #f0cfab;
background-color: #f0cfab;
/* Tailwind (arbitrary) */
class="text-[#f0cfab] bg-[#f0cfab]"
/* SCSS */
$brand: #f0cfab;
/* SwiftUI */
Color(red: 0.941, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#f0cfab")Accessibility — WCAG contrast
Aa
#f0cfab on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cfab on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow28.8%
Key (black)5.9%
Color previews
#f0cfab text on a black background
contrast 14.22:1
Card sample
#f0cfab text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cfab;
Background color
Panel with #f0cfab background
background-color: #f0cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cfab; background: linear-gradient(135deg, #f0cfab, #E3F0AB);