#f0bd8d
a light, electric orange · warm · closest name: tan
RGB
240, 189, 141
HSL
29°, 77%, 75%
CMYK
0, 21, 41, 6
Luminance
0.5684
Every format
| HEX | #f0bd8d |
| RGB | rgb(240, 189, 141) |
| HSL | hsl(29, 77%, 75%) |
| CMYK | cmyk(0%, 21%, 41%, 6%) |
| LAB | lab(80.1 12.2 31.3) |
| LCH | lch(80.1 33.5 68.7) |
| OKLCH | oklch(0.833 0.086 64.5) |
Copy-ready code
/* CSS */
color: #f0bd8d;
background-color: #f0bd8d;
/* Tailwind (arbitrary) */
class="text-[#f0bd8d] bg-[#f0bd8d]"
/* SCSS */
$brand: #f0bd8d;
/* SwiftUI */
Color(red: 0.941, green: 0.741, blue: 0.553)
/* Android */
Color.parseColor("#f0bd8d")Accessibility — WCAG contrast
Aa
#f0bd8d on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0bd8d on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green74.1%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow41.3%
Key (black)5.9%
Color previews
#f0bd8d text on a black background
contrast 12.37:1
Card sample
#f0bd8d text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0bd8d;
Background color
Panel with #f0bd8d background
background-color: #f0bd8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0bd8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 189, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 189, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0bd8d; background: linear-gradient(135deg, #f0bd8d, #E1F08D);