#e6dfba
a light, vivid yellow · cool · closest name: beige
RGB
230, 223, 186
HSL
51°, 47%, 82%
CMYK
0, 3, 19, 10
Luminance
0.7314
Every format
| HEX | #e6dfba |
| RGB | rgb(230, 223, 186) |
| HSL | hsl(51, 47%, 82%) |
| CMYK | cmyk(0%, 3%, 19%, 10%) |
| LAB | lab(88.5 -3.6 19.0) |
| LCH | lch(88.5 19.4 100.6) |
| OKLCH | oklch(0.900 0.049 98.4) |
Copy-ready code
/* CSS */
color: #e6dfba;
background-color: #e6dfba;
/* Tailwind (arbitrary) */
class="text-[#e6dfba] bg-[#e6dfba]"
/* SCSS */
$brand: #e6dfba;
/* SwiftUI */
Color(red: 0.902, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#e6dfba")Accessibility — WCAG contrast
Aa
#e6dfba on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6dfba on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow19.1%
Key (black)9.8%
Color previews
#e6dfba text on a black background
contrast 15.63:1
Card sample
#e6dfba text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6dfba;
Background color
Panel with #e6dfba background
background-color: #e6dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6dfba; background: linear-gradient(135deg, #e6dfba, #D0E6BA);