#ebedba
a light, vivid yellow · cool · closest name: beige
RGB
235, 237, 186
HSL
62°, 59%, 83%
CMYK
1, 0, 22, 7
Luminance
0.8178
Every format
| HEX | #ebedba |
| RGB | rgb(235, 237, 186) |
| HSL | hsl(62, 59%, 83%) |
| CMYK | cmyk(1%, 0%, 22%, 7%) |
| LAB | lab(92.5 -8.8 24.6) |
| LCH | lch(92.5 26.1 109.7) |
| OKLCH | oklch(0.932 0.066 109.5) |
Copy-ready code
/* CSS */
color: #ebedba;
background-color: #ebedba;
/* Tailwind (arbitrary) */
class="text-[#ebedba] bg-[#ebedba]"
/* SCSS */
$brand: #ebedba;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.729)
/* Android */
Color.parseColor("#ebedba")Accessibility — WCAG contrast
Aa
#ebedba on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedba on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue72.9%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow21.5%
Key (black)7.1%
Color previews
#ebedba text on a black background
contrast 17.36:1
Card sample
#ebedba text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedba;
Background color
Panel with #ebedba background
background-color: #ebedba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedba; background: linear-gradient(135deg, #ebedba, #C9EDBA);