#edebdb
a pale, soft yellow · cool · closest name: beige
RGB
237, 235, 219
HSL
53°, 33%, 89%
CMYK
0, 1, 8, 7
Luminance
0.8254
Every format
| HEX | #edebdb |
| RGB | rgb(237, 235, 219) |
| HSL | hsl(53, 33%, 89%) |
| CMYK | cmyk(0%, 1%, 8%, 7%) |
| LAB | lab(92.8 -2.1 8.0) |
| LCH | lch(92.8 8.3 104.4) |
| OKLCH | oklch(0.937 0.021 101.0) |
Copy-ready code
/* CSS */
color: #edebdb;
background-color: #edebdb;
/* Tailwind (arbitrary) */
class="text-[#edebdb] bg-[#edebdb]"
/* SCSS */
$brand: #edebdb;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.859)
/* Android */
Color.parseColor("#edebdb")Accessibility — WCAG contrast
Aa
#edebdb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edebdb on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow7.6%
Key (black)7.1%
Color previews
#edebdb text on a black background
contrast 17.51:1
Card sample
#edebdb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edebdb;
Background color
Panel with #edebdb background
background-color: #edebdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edebdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edebdb; background: linear-gradient(135deg, #edebdb, #E3EDDB);