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