#e5e5c3
a light, soft yellow · cool · closest name: beige
RGB
229, 229, 195
HSL
60°, 40%, 83%
CMYK
0, 0, 15, 10
Luminance
0.7664
Every format
| HEX | #e5e5c3 |
| RGB | rgb(229, 229, 195) |
| HSL | hsl(60, 40%, 83%) |
| CMYK | cmyk(0%, 0%, 15%, 10%) |
| LAB | lab(90.2 -5.6 16.6) |
| LCH | lch(90.2 17.6 108.7) |
| OKLCH | oklch(0.913 0.045 107.3) |
Copy-ready code
/* CSS */
color: #e5e5c3;
background-color: #e5e5c3;
/* Tailwind (arbitrary) */
class="text-[#e5e5c3] bg-[#e5e5c3]"
/* SCSS */
$brand: #e5e5c3;
/* SwiftUI */
Color(red: 0.898, green: 0.898, blue: 0.765)
/* Android */
Color.parseColor("#e5e5c3")Accessibility — WCAG contrast
Aa
#e5e5c3 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5e5c3 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green89.8%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.8%
Key (black)10.2%
Color previews
#e5e5c3 text on a black background
contrast 16.33:1
Card sample
#e5e5c3 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5e5c3;
Background color
Panel with #e5e5c3 background
background-color: #e5e5c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5e5c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 229, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 229, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5e5c3; background: linear-gradient(135deg, #e5e5c3, #CEE5C3);