#ebdfbc
a light, vivid yellow · warm · closest name: beige
RGB
235, 223, 188
HSL
45°, 54%, 83%
CMYK
0, 5, 20, 8
Luminance
0.7407
Every format
| HEX | #ebdfbc |
| RGB | rgb(235, 223, 188) |
| HSL | hsl(45, 54%, 83%) |
| CMYK | cmyk(0%, 5%, 20%, 8%) |
| LAB | lab(89.0 -1.4 18.6) |
| LCH | lch(89.0 18.7 94.4) |
| OKLCH | oklch(0.904 0.048 91.3) |
Copy-ready code
/* CSS */
color: #ebdfbc;
background-color: #ebdfbc;
/* Tailwind (arbitrary) */
class="text-[#ebdfbc] bg-[#ebdfbc]"
/* SCSS */
$brand: #ebdfbc;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#ebdfbc")Accessibility — WCAG contrast
Aa
#ebdfbc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfbc on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow20.0%
Key (black)7.8%
Color previews
#ebdfbc text on a black background
contrast 15.81:1
Card sample
#ebdfbc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfbc;
Background color
Panel with #ebdfbc background
background-color: #ebdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfbc; background: linear-gradient(135deg, #ebdfbc, #D8EBBC);