#e7e7cd
a pale, soft yellow · cool · closest name: beige
RGB
231, 231, 205
HSL
60°, 35%, 86%
CMYK
0, 0, 11, 9
Luminance
0.7855
Every format
| HEX | #e7e7cd |
| RGB | rgb(231, 231, 205) |
| HSL | hsl(60, 35%, 86%) |
| CMYK | cmyk(0%, 0%, 11%, 9%) |
| LAB | lab(91.0 -4.4 12.7) |
| LCH | lch(91.0 13.4 109.1) |
| OKLCH | oklch(0.921 0.034 107.1) |
Copy-ready code
/* CSS */
color: #e7e7cd;
background-color: #e7e7cd;
/* Tailwind (arbitrary) */
class="text-[#e7e7cd] bg-[#e7e7cd]"
/* SCSS */
$brand: #e7e7cd;
/* SwiftUI */
Color(red: 0.906, green: 0.906, blue: 0.804)
/* Android */
Color.parseColor("#e7e7cd")Accessibility — WCAG contrast
Aa
#e7e7cd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7e7cd on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green90.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow11.3%
Key (black)9.4%
Color previews
#e7e7cd text on a black background
contrast 16.71:1
Card sample
#e7e7cd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7e7cd;
Background color
Panel with #e7e7cd background
background-color: #e7e7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7e7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 231, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 231, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7e7cd; background: linear-gradient(135deg, #e7e7cd, #D6E7CD);