#f0d8ba
a light, vivid orange · warm · closest name: beige
RGB
240, 216, 186
HSL
33°, 64%, 84%
CMYK
0, 10, 23, 6
Luminance
0.7118
Every format
| HEX | #f0d8ba |
| RGB | rgb(240, 216, 186) |
| HSL | hsl(33, 64%, 84%) |
| CMYK | cmyk(0%, 10%, 23%, 6%) |
| LAB | lab(87.6 3.7 17.8) |
| LCH | lch(87.6 18.2 78.3) |
| OKLCH | oklch(0.894 0.048 73.3) |
Copy-ready code
/* CSS */
color: #f0d8ba;
background-color: #f0d8ba;
/* Tailwind (arbitrary) */
class="text-[#f0d8ba] bg-[#f0d8ba]"
/* SCSS */
$brand: #f0d8ba;
/* SwiftUI */
Color(red: 0.941, green: 0.847, blue: 0.729)
/* Android */
Color.parseColor("#f0d8ba")Accessibility — WCAG contrast
Aa
#f0d8ba on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d8ba on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green84.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow22.5%
Key (black)5.9%
Color previews
#f0d8ba text on a black background
contrast 15.24:1
Card sample
#f0d8ba text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d8ba;
Background color
Panel with #f0d8ba background
background-color: #f0d8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 216, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 216, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d8ba; background: linear-gradient(135deg, #f0d8ba, #E4F0BA);