#d2cfb5
a light, soft yellow · cool · closest name: beige
RGB
210, 207, 181
HSL
54°, 24%, 77%
CMYK
0, 1, 14, 18
Luminance
0.6166
Every format
| HEX | #d2cfb5 |
| RGB | rgb(210, 207, 181) |
| HSL | hsl(54, 24%, 77%) |
| CMYK | cmyk(0%, 1%, 14%, 18%) |
| LAB | lab(82.7 -3.4 13.3) |
| LCH | lch(82.7 13.7 104.2) |
| OKLCH | oklch(0.850 0.035 101.7) |
Copy-ready code
/* CSS */
color: #d2cfb5;
background-color: #d2cfb5;
/* Tailwind (arbitrary) */
class="text-[#d2cfb5] bg-[#d2cfb5]"
/* SCSS */
$brand: #d2cfb5;
/* SwiftUI */
Color(red: 0.824, green: 0.812, blue: 0.710)
/* Android */
Color.parseColor("#d2cfb5")Accessibility — WCAG contrast
Aa
#d2cfb5 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2cfb5 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green81.2%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow13.8%
Key (black)17.6%
Color previews
#d2cfb5 text on a black background
contrast 13.33:1
Card sample
#d2cfb5 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2cfb5;
Background color
Panel with #d2cfb5 background
background-color: #d2cfb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2cfb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 207, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 207, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2cfb5; background: linear-gradient(135deg, #d2cfb5, #C2D2B5);