#ebdfb6
a light, vivid yellow · cool · closest name: beige
RGB
235, 223, 182
HSL
46°, 57%, 82%
CMYK
0, 5, 23, 8
Luminance
0.7381
Every format
| HEX | #ebdfb6 |
| RGB | rgb(235, 223, 182) |
| HSL | hsl(46, 57%, 82%) |
| CMYK | cmyk(0%, 5%, 23%, 8%) |
| LAB | lab(88.8 -2.3 21.6) |
| LCH | lch(88.8 21.7 96.1) |
| OKLCH | oklch(0.903 0.055 93.6) |
Copy-ready code
/* CSS */
color: #ebdfb6;
background-color: #ebdfb6;
/* Tailwind (arbitrary) */
class="text-[#ebdfb6] bg-[#ebdfb6]"
/* SCSS */
$brand: #ebdfb6;
/* SwiftUI */
Color(red: 0.922, green: 0.875, blue: 0.714)
/* Android */
Color.parseColor("#ebdfb6")Accessibility — WCAG contrast
Aa
#ebdfb6 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebdfb6 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green87.5%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow22.6%
Key (black)7.8%
Color previews
#ebdfb6 text on a black background
contrast 15.76:1
Card sample
#ebdfb6 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebdfb6;
Background color
Panel with #ebdfb6 background
background-color: #ebdfb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebdfb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 223, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 223, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebdfb6; background: linear-gradient(135deg, #ebdfb6, #D4EBB6);