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