#d7cfb1
a light, soft yellow · cool · closest name: beige
RGB
215, 207, 177
HSL
47°, 32%, 77%
CMYK
0, 4, 18, 16
Luminance
0.6225
Every format
| HEX | #d7cfb1 |
| RGB | rgb(215, 207, 177) |
| HSL | hsl(47, 32%, 77%) |
| CMYK | cmyk(0%, 4%, 18%, 16%) |
| LAB | lab(83.0 -2.2 15.9) |
| LCH | lch(83.0 16.1 97.7) |
| OKLCH | oklch(0.853 0.041 94.8) |
Copy-ready code
/* CSS */
color: #d7cfb1;
background-color: #d7cfb1;
/* Tailwind (arbitrary) */
class="text-[#d7cfb1] bg-[#d7cfb1]"
/* SCSS */
$brand: #d7cfb1;
/* SwiftUI */
Color(red: 0.843, green: 0.812, blue: 0.694)
/* Android */
Color.parseColor("#d7cfb1")Accessibility — WCAG contrast
Aa
#d7cfb1 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cfb1 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green81.2%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow17.7%
Key (black)15.7%
Color previews
#d7cfb1 text on a black background
contrast 13.45:1
Card sample
#d7cfb1 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cfb1;
Background color
Panel with #d7cfb1 background
background-color: #d7cfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 207, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 207, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cfb1; background: linear-gradient(135deg, #d7cfb1, #C6D7B1);