#ebedcb
a pale, vivid yellow · cool · closest name: beige
RGB
235, 237, 203
HSL
64°, 49%, 86%
CMYK
1, 0, 14, 7
Luminance
0.8254
Every format
| HEX | #ebedcb |
| RGB | rgb(235, 237, 203) |
| HSL | hsl(64, 49%, 86%) |
| CMYK | cmyk(1%, 0%, 14%, 7%) |
| LAB | lab(92.8 -6.3 16.3) |
| LCH | lch(92.8 17.5 111.2) |
| OKLCH | oklch(0.936 0.045 110.0) |
Copy-ready code
/* CSS */
color: #ebedcb;
background-color: #ebedcb;
/* Tailwind (arbitrary) */
class="text-[#ebedcb] bg-[#ebedcb]"
/* SCSS */
$brand: #ebedcb;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.796)
/* Android */
Color.parseColor("#ebedcb")Accessibility — WCAG contrast
Aa
#ebedcb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedcb on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue79.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow14.3%
Key (black)7.1%
Color previews
#ebedcb text on a black background
contrast 17.51:1
Card sample
#ebedcb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedcb;
Background color
Panel with #ebedcb background
background-color: #ebedcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedcb; background: linear-gradient(135deg, #ebedcb, #D4EDCB);