#dadcb2
a light, soft yellow · cool · closest name: beige
RGB
218, 220, 178
HSL
63°, 38%, 78%
CMYK
1, 0, 19, 14
Luminance
0.6931
Every format
| HEX | #dadcb2 |
| RGB | rgb(218, 220, 178) |
| HSL | hsl(63, 38%, 78%) |
| CMYK | cmyk(1%, 0%, 19%, 14%) |
| LAB | lab(86.7 -7.6 20.5) |
| LCH | lch(86.7 21.8 110.3) |
| OKLCH | oklch(0.882 0.056 109.7) |
Copy-ready code
/* CSS */
color: #dadcb2;
background-color: #dadcb2;
/* Tailwind (arbitrary) */
class="text-[#dadcb2] bg-[#dadcb2]"
/* SCSS */
$brand: #dadcb2;
/* SwiftUI */
Color(red: 0.855, green: 0.863, blue: 0.698)
/* Android */
Color.parseColor("#dadcb2")Accessibility — WCAG contrast
Aa
#dadcb2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadcb2 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green86.3%
Blue69.8%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow19.1%
Key (black)13.7%
Color previews
#dadcb2 text on a black background
contrast 14.86:1
Card sample
#dadcb2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadcb2;
Background color
Panel with #dadcb2 background
background-color: #dadcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 220, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 220, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadcb2; background: linear-gradient(135deg, #dadcb2, #BEDCB2);