#f3ebda
a pale, vivid yellow · warm · closest name: beige
RGB
243, 235, 218
HSL
41°, 51%, 90%
CMYK
0, 3, 10, 5
Luminance
0.8353
Every format
| HEX | #f3ebda |
| RGB | rgb(243, 235, 218) |
| HSL | hsl(41, 51%, 90%) |
| CMYK | cmyk(0%, 3%, 10%, 5%) |
| LAB | lab(93.3 -0.1 9.2) |
| LCH | lch(93.3 9.2 90.9) |
| OKLCH | oklch(0.942 0.024 85.8) |
Copy-ready code
/* CSS */
color: #f3ebda;
background-color: #f3ebda;
/* Tailwind (arbitrary) */
class="text-[#f3ebda] bg-[#f3ebda]"
/* SCSS */
$brand: #f3ebda;
/* SwiftUI */
Color(red: 0.953, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#f3ebda")Accessibility — WCAG contrast
Aa
#f3ebda on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ebda on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green92.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta3.3%
Yellow10.3%
Key (black)4.7%
Color previews
#f3ebda text on a black background
contrast 17.71:1
Card sample
#f3ebda text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ebda;
Background color
Panel with #f3ebda background
background-color: #f3ebda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ebda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ebda; background: linear-gradient(135deg, #f3ebda, #EAF3DA);