#f5ebda
a pale, vivid orange · warm · closest name: beige
RGB
245, 235, 218
HSL
38°, 57%, 91%
CMYK
0, 4, 11, 4
Luminance
0.8389
Every format
| HEX | #f5ebda |
| RGB | rgb(245, 235, 218) |
| HSL | hsl(38, 57%, 91%) |
| CMYK | cmyk(0%, 4%, 11%, 4%) |
| LAB | lab(93.4 0.6 9.4) |
| LCH | lch(93.4 9.5 86.7) |
| OKLCH | oklch(0.943 0.025 81.1) |
Copy-ready code
/* CSS */
color: #f5ebda;
background-color: #f5ebda;
/* Tailwind (arbitrary) */
class="text-[#f5ebda] bg-[#f5ebda]"
/* SCSS */
$brand: #f5ebda;
/* SwiftUI */
Color(red: 0.961, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#f5ebda")Accessibility — WCAG contrast
Aa
#f5ebda on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ebda on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green92.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow11.0%
Key (black)3.9%
Color previews
#f5ebda text on a black background
contrast 17.78:1
Card sample
#f5ebda text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ebda;
Background color
Panel with #f5ebda background
background-color: #f5ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ebda; background: linear-gradient(135deg, #f5ebda, #EDF5DA);