#ebedcf
a pale, vivid yellow · cool · closest name: beige
RGB
235, 237, 207
HSL
64°, 46%, 87%
CMYK
1, 0, 13, 7
Luminance
0.8274
Every format
| HEX | #ebedcf |
| RGB | rgb(235, 237, 207) |
| HSL | hsl(64, 46%, 87%) |
| CMYK | cmyk(1%, 0%, 13%, 7%) |
| LAB | lab(92.9 -5.7 14.3) |
| LCH | lch(92.9 15.4 111.7) |
| OKLCH | oklch(0.937 0.040 110.3) |
Copy-ready code
/* CSS */
color: #ebedcf;
background-color: #ebedcf;
/* Tailwind (arbitrary) */
class="text-[#ebedcf] bg-[#ebedcf]"
/* SCSS */
$brand: #ebedcf;
/* SwiftUI */
Color(red: 0.922, green: 0.929, blue: 0.812)
/* Android */
Color.parseColor("#ebedcf")Accessibility — WCAG contrast
Aa
#ebedcf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebedcf on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green92.9%
Blue81.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow12.7%
Key (black)7.1%
Color previews
#ebedcf text on a black background
contrast 17.55:1
Card sample
#ebedcf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebedcf;
Background color
Panel with #ebedcf background
background-color: #ebedcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebedcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 237, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 237, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebedcf; background: linear-gradient(135deg, #ebedcf, #D7EDCF);