#dedfc7
a light, soft yellow · cool · closest name: beige
RGB
222, 223, 199
HSL
63°, 27%, 83%
CMYK
0, 0, 11, 13
Luminance
0.7243
Every format
| HEX | #dedfc7 |
| RGB | rgb(222, 223, 199) |
| HSL | hsl(63, 27%, 83%) |
| CMYK | cmyk(0%, 0%, 11%, 13%) |
| LAB | lab(88.2 -4.4 11.7) |
| LCH | lch(88.2 12.5 110.8) |
| OKLCH | oklch(0.896 0.032 109.0) |
Copy-ready code
/* CSS */
color: #dedfc7;
background-color: #dedfc7;
/* Tailwind (arbitrary) */
class="text-[#dedfc7] bg-[#dedfc7]"
/* SCSS */
$brand: #dedfc7;
/* SwiftUI */
Color(red: 0.871, green: 0.875, blue: 0.780)
/* Android */
Color.parseColor("#dedfc7")Accessibility — WCAG contrast
Aa
#dedfc7 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dedfc7 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green87.5%
Blue78.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow10.8%
Key (black)12.5%
Color previews
#dedfc7 text on a black background
contrast 15.49:1
Card sample
#dedfc7 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dedfc7;
Background color
Panel with #dedfc7 background
background-color: #dedfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dedfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 223, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 223, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dedfc7; background: linear-gradient(135deg, #dedfc7, #CEDFC7);