#f0dfc9
a pale, vivid orange · warm · closest name: beige
RGB
240, 223, 201
HSL
34°, 57%, 87%
CMYK
0, 7, 16, 6
Luminance
0.7552
Every format
| HEX | #f0dfc9 |
| RGB | rgb(240, 223, 201) |
| HSL | hsl(34, 57%, 87%) |
| CMYK | cmyk(0%, 7%, 16%, 6%) |
| LAB | lab(89.6 2.3 12.9) |
| LCH | lch(89.6 13.1 79.9) |
| OKLCH | oklch(0.912 0.035 74.4) |
Copy-ready code
/* CSS */
color: #f0dfc9;
background-color: #f0dfc9;
/* Tailwind (arbitrary) */
class="text-[#f0dfc9] bg-[#f0dfc9]"
/* SCSS */
$brand: #f0dfc9;
/* SwiftUI */
Color(red: 0.941, green: 0.875, blue: 0.788)
/* Android */
Color.parseColor("#f0dfc9")Accessibility — WCAG contrast
Aa
#f0dfc9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0dfc9 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green87.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow16.3%
Key (black)5.9%
Color previews
#f0dfc9 text on a black background
contrast 16.10:1
Card sample
#f0dfc9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0dfc9;
Background color
Panel with #f0dfc9 background
background-color: #f0dfc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0dfc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 223, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 223, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0dfc9; background: linear-gradient(135deg, #f0dfc9, #E7F0C9);