#ebecbd
a light, vivid yellow · cool · closest name: beige
RGB
235, 236, 189
HSL
61°, 55%, 83%
CMYK
0, 0, 20, 8
Luminance
0.8133
Every format
| HEX | #ebecbd |
| RGB | rgb(235, 236, 189) |
| HSL | hsl(61, 55%, 83%) |
| CMYK | cmyk(0%, 0%, 20%, 8%) |
| LAB | lab(92.3 -7.9 22.8) |
| LCH | lch(92.3 24.1 109.1) |
| OKLCH | oklch(0.931 0.061 108.5) |
Copy-ready code
/* CSS */
color: #ebecbd;
background-color: #ebecbd;
/* Tailwind (arbitrary) */
class="text-[#ebecbd] bg-[#ebecbd]"
/* SCSS */
$brand: #ebecbd;
/* SwiftUI */
Color(red: 0.922, green: 0.925, blue: 0.741)
/* Android */
Color.parseColor("#ebecbd")Accessibility — WCAG contrast
Aa
#ebecbd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebecbd on black: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.5%
Blue74.1%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow19.9%
Key (black)7.5%
Color previews
#ebecbd text on a black background
contrast 17.27:1
Card sample
#ebecbd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebecbd;
Background color
Panel with #ebecbd background
background-color: #ebecbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebecbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 236, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 236, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebecbd; background: linear-gradient(135deg, #ebecbd, #CCECBD);