#dedeb0
a light, soft yellow · cool · closest name: beige
RGB
222, 222, 176
HSL
60°, 41%, 78%
CMYK
0, 0, 21, 13
Luminance
0.7091
Every format
| HEX | #dedeb0 |
| RGB | rgb(222, 222, 176) |
| HSL | hsl(60, 41%, 78%) |
| CMYK | cmyk(0%, 0%, 21%, 13%) |
| LAB | lab(87.4 -7.4 22.6) |
| LCH | lch(87.4 23.8 108.2) |
| OKLCH | oklch(0.889 0.060 107.6) |
Copy-ready code
/* CSS */
color: #dedeb0;
background-color: #dedeb0;
/* Tailwind (arbitrary) */
class="text-[#dedeb0] bg-[#dedeb0]"
/* SCSS */
$brand: #dedeb0;
/* SwiftUI */
Color(red: 0.871, green: 0.871, blue: 0.690)
/* Android */
Color.parseColor("#dedeb0")Accessibility — WCAG contrast
Aa
#dedeb0 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedeb0 on black: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green87.1%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.7%
Key (black)12.9%
Color previews
#dedeb0 text on a black background
contrast 15.18:1
Card sample
#dedeb0 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedeb0;
Background color
Panel with #dedeb0 background
background-color: #dedeb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedeb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 222, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 222, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedeb0; background: linear-gradient(135deg, #dedeb0, #BFDEB0);