#e3dfbc
a light, soft yellow · cool · closest name: beige
RGB
227, 223, 188
HSL
54°, 41%, 81%
CMYK
0, 2, 17, 11
Luminance
0.7274
Every format
| HEX | #e3dfbc |
| RGB | rgb(227, 223, 188) |
| HSL | hsl(54, 41%, 81%) |
| CMYK | cmyk(0%, 2%, 17%, 11%) |
| LAB | lab(88.3 -4.4 17.7) |
| LCH | lch(88.3 18.2 103.9) |
| OKLCH | oklch(0.898 0.046 101.9) |
Copy-ready code
/* CSS */
color: #e3dfbc;
background-color: #e3dfbc;
/* Tailwind (arbitrary) */
class="text-[#e3dfbc] bg-[#e3dfbc]"
/* SCSS */
$brand: #e3dfbc;
/* SwiftUI */
Color(red: 0.890, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#e3dfbc")Accessibility — WCAG contrast
Aa
#e3dfbc on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3dfbc on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow17.2%
Key (black)11.0%
Color previews
#e3dfbc text on a black background
contrast 15.55:1
Card sample
#e3dfbc text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3dfbc;
Background color
Panel with #e3dfbc background
background-color: #e3dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3dfbc; background: linear-gradient(135deg, #e3dfbc, #CDE3BC);