#f0d8c9
a pale, vivid orange · warm · closest name: beige
RGB
240, 216, 201
HSL
23°, 57%, 87%
CMYK
0, 10, 16, 6
Luminance
0.7185
Every format
| HEX | #f0d8c9 |
| RGB | rgb(240, 216, 201) |
| HSL | hsl(23, 57%, 87%) |
| CMYK | cmyk(0%, 10%, 16%, 6%) |
| LAB | lab(87.9 5.9 10.4) |
| LCH | lch(87.9 12.0 60.5) |
| OKLCH | oklch(0.898 0.034 54.2) |
Copy-ready code
/* CSS */
color: #f0d8c9;
background-color: #f0d8c9;
/* Tailwind (arbitrary) */
class="text-[#f0d8c9] bg-[#f0d8c9]"
/* SCSS */
$brand: #f0d8c9;
/* SwiftUI */
Color(red: 0.941, green: 0.847, blue: 0.788)
/* Android */
Color.parseColor("#f0d8c9")Accessibility — WCAG contrast
Aa
#f0d8c9 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0d8c9 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green84.7%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow16.3%
Key (black)5.9%
Color previews
#f0d8c9 text on a black background
contrast 15.37:1
Card sample
#f0d8c9 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0d8c9;
Background color
Panel with #f0d8c9 background
background-color: #f0d8c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0d8c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 216, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 216, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0d8c9; background: linear-gradient(135deg, #f0d8c9, #EEF0C9);