#deddaf
a light, soft yellow · cool · closest name: beige
RGB
222, 221, 175
HSL
59°, 42%, 78%
CMYK
0, 1, 21, 13
Luminance
0.7034
Every format
| HEX | #deddaf |
| RGB | rgb(222, 221, 175) |
| HSL | hsl(59, 42%, 78%) |
| CMYK | cmyk(0%, 1%, 21%, 13%) |
| LAB | lab(87.2 -7.1 22.8) |
| LCH | lch(87.2 23.9 107.2) |
| OKLCH | oklch(0.887 0.060 106.5) |
Copy-ready code
/* CSS */
color: #deddaf;
background-color: #deddaf;
/* Tailwind (arbitrary) */
class="text-[#deddaf] bg-[#deddaf]"
/* SCSS */
$brand: #deddaf;
/* SwiftUI */
Color(red: 0.871, green: 0.867, blue: 0.686)
/* Android */
Color.parseColor("#deddaf")Accessibility — WCAG contrast
Aa
#deddaf on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#deddaf on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green86.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow21.2%
Key (black)12.9%
Color previews
#deddaf text on a black background
contrast 15.07:1
Card sample
#deddaf text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #deddaf;
Background color
Panel with #deddaf background
background-color: #deddaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #deddaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 221, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 221, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #deddaf; background: linear-gradient(135deg, #deddaf, #C0DEAF);