#ebdfbe
a light, vivid yellow · warm · closest name: beige
RGB
235, 223, 190
HSL
44°, 53%, 83%
CMYK
0, 5, 19, 8
Luminance
0.7416
Every format
| HEX | #ebdfbe |
| RGB | rgb(235, 223, 190) |
| HSL | hsl(44, 53%, 83%) |
| CMYK | cmyk(0%, 5%, 19%, 8%) |
| LAB | lab(89.0 -1.2 17.7) |
| LCH | lch(89.0 17.7 93.8) |
| OKLCH | oklch(0.905 0.045 90.4) |
Copy-ready code
/* CSS */
color: #ebdfbe;
background-color: #ebdfbe;
/* Tailwind (arbitrary) */
class="text-[#ebdfbe] bg-[#ebdfbe]"
/* SCSS */
$brand: #ebdfbe;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.745)
/* Android */
Color.parseColor("#ebdfbe")Accessibility — WCAG contrast
Aa
#ebdfbe on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfbe on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow19.1%
Key (black)7.8%
Color previews
#ebdfbe text on a black background
contrast 15.83:1
Card sample
#ebdfbe text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfbe;
Background color
Panel with #ebdfbe background
background-color: #ebdfbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfbe; background: linear-gradient(135deg, #ebdfbe, #D9EBBE);