#f0edeb
a pale, muted orange · warm · closest name: white
RGB
240, 237, 235
HSL
24°, 14%, 93%
CMYK
0, 1, 2, 6
Luminance
0.8509
Every format
| HEX | #f0edeb |
| RGB | rgb(240, 237, 235) |
| HSL | hsl(24, 14%, 93%) |
| CMYK | cmyk(0%, 1%, 2%, 6%) |
| LAB | lab(93.9 0.7 1.3) |
| LCH | lch(93.9 1.5 63.8) |
| OKLCH | oklch(0.948 0.004 56.4) |
Copy-ready code
/* CSS */
color: #f0edeb;
background-color: #f0edeb;
/* Tailwind (arbitrary) */
class="text-[#f0edeb] bg-[#f0edeb]"
/* SCSS */
$brand: #f0edeb;
/* SwiftUI */
Color(red: 0.941, green: 0.929, blue: 0.922)
/* Android */
Color.parseColor("#f0edeb")Accessibility — WCAG contrast
Aa
#f0edeb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0edeb on black: 18.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green92.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow2.1%
Key (black)5.9%
Color previews
#f0edeb text on a black background
contrast 18.02:1
Card sample
#f0edeb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0edeb;
Background color
Panel with #f0edeb background
background-color: #f0edeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0edeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 237, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 237, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0edeb; background: linear-gradient(135deg, #f0edeb, #F0F0EB);