#dadaad
a light, soft yellow · cool · closest name: beige
RGB
218, 218, 173
HSL
60°, 38%, 77%
CMYK
0, 0, 21, 15
Luminance
0.6807
Every format
| HEX | #dadaad |
| RGB | rgb(218, 218, 173) |
| HSL | hsl(60, 38%, 77%) |
| CMYK | cmyk(0%, 0%, 21%, 15%) |
| LAB | lab(86.0 -7.3 22.2) |
| LCH | lch(86.0 23.4 108.2) |
| OKLCH | oklch(0.877 0.059 107.6) |
Copy-ready code
/* CSS */
color: #dadaad;
background-color: #dadaad;
/* Tailwind (arbitrary) */
class="text-[#dadaad] bg-[#dadaad]"
/* SCSS */
$brand: #dadaad;
/* SwiftUI */
Color(red: 0.855, green: 0.855, blue: 0.678)
/* Android */
Color.parseColor("#dadaad")Accessibility — WCAG contrast
Aa
#dadaad on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadaad on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green85.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.6%
Key (black)14.5%
Color previews
#dadaad text on a black background
contrast 14.61:1
Card sample
#dadaad text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadaad;
Background color
Panel with #dadaad background
background-color: #dadaad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadaad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 218, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 218, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadaad; background: linear-gradient(135deg, #dadaad, #BCDAAD);