#deddbb
a light, soft yellow · cool · closest name: beige
RGB
222, 221, 187
HSL
58°, 35%, 80%
CMYK
0, 1, 16, 13
Luminance
0.7083
Every format
| HEX | #deddbb |
| RGB | rgb(222, 221, 187) |
| HSL | hsl(58, 35%, 80%) |
| CMYK | cmyk(0%, 1%, 16%, 13%) |
| LAB | lab(87.4 -5.3 16.9) |
| LCH | lch(87.4 17.7 107.5) |
| OKLCH | oklch(0.889 0.045 105.9) |
Copy-ready code
/* CSS */
color: #deddbb;
background-color: #deddbb;
/* Tailwind (arbitrary) */
class="text-[#deddbb] bg-[#deddbb]"
/* SCSS */
$brand: #deddbb;
/* SwiftUI */
Color(red: 0.871, green: 0.867, blue: 0.733)
/* Android */
Color.parseColor("#deddbb")Accessibility — WCAG contrast
Aa
#deddbb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deddbb on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green86.7%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow15.8%
Key (black)12.9%
Color previews
#deddbb text on a black background
contrast 15.17:1
Card sample
#deddbb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deddbb;
Background color
Panel with #deddbb background
background-color: #deddbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deddbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 221, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 221, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deddbb; background: linear-gradient(135deg, #deddbb, #C8DEBB);