#dadac8
a light, soft yellow · cool · closest name: beige
RGB
218, 218, 200
HSL
60°, 20%, 82%
CMYK
0, 0, 8, 15
Luminance
0.6922
Every format
| HEX | #dadac8 |
| RGB | rgb(218, 218, 200) |
| HSL | hsl(60, 20%, 82%) |
| CMYK | cmyk(0%, 0%, 8%, 15%) |
| LAB | lab(86.6 -3.1 8.9) |
| LCH | lch(86.6 9.4 109.4) |
| OKLCH | oklch(0.883 0.024 106.9) |
Copy-ready code
/* CSS */
color: #dadac8;
background-color: #dadac8;
/* Tailwind (arbitrary) */
class="text-[#dadac8] bg-[#dadac8]"
/* SCSS */
$brand: #dadac8;
/* SwiftUI */
Color(red: 0.855, green: 0.855, blue: 0.784)
/* Android */
Color.parseColor("#dadac8")Accessibility — WCAG contrast
Aa
#dadac8 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadac8 on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green85.5%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow8.3%
Key (black)14.5%
Color previews
#dadac8 text on a black background
contrast 14.84:1
Card sample
#dadac8 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadac8;
Background color
Panel with #dadac8 background
background-color: #dadac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 218, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 218, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadac8; background: linear-gradient(135deg, #dadac8, #CEDAC8);