#f0dfce
a pale, vivid orange · warm · closest name: beige
RGB
240, 223, 206
HSL
30°, 53%, 88%
CMYK
0, 7, 14, 6
Luminance
0.7576
Every format
| HEX | #f0dfce |
| RGB | rgb(240, 223, 206) |
| HSL | hsl(30, 53%, 88%) |
| CMYK | cmyk(0%, 7%, 14%, 6%) |
| LAB | lab(89.8 3.0 10.4) |
| LCH | lch(89.8 10.9 73.7) |
| OKLCH | oklch(0.913 0.029 67.4) |
Copy-ready code
/* CSS */
color: #f0dfce;
background-color: #f0dfce;
/* Tailwind (arbitrary) */
class="text-[#f0dfce] bg-[#f0dfce]"
/* SCSS */
$brand: #f0dfce;
/* SwiftUI */
Color(red: 0.941, green: 0.875, blue: 0.808)
/* Android */
Color.parseColor("#f0dfce")Accessibility — WCAG contrast
Aa
#f0dfce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dfce on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow14.2%
Key (black)5.9%
Color previews
#f0dfce text on a black background
contrast 16.15:1
Card sample
#f0dfce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dfce;
Background color
Panel with #f0dfce background
background-color: #f0dfce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dfce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 223, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 223, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dfce; background: linear-gradient(135deg, #f0dfce, #EAF0CE);