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