#dad2ac
a light, soft yellow · cool · closest name: tan
RGB
218, 210, 172
HSL
50°, 38%, 77%
CMYK
0, 4, 21, 15
Luminance
0.6398
Every format
| HEX | #dad2ac |
| RGB | rgb(218, 210, 172) |
| HSL | hsl(50, 38%, 77%) |
| CMYK | cmyk(0%, 4%, 21%, 15%) |
| LAB | lab(84.0 -3.3 19.9) |
| LCH | lch(84.0 20.1 99.5) |
| OKLCH | oklch(0.861 0.051 97.5) |
Copy-ready code
/* CSS */
color: #dad2ac;
background-color: #dad2ac;
/* Tailwind (arbitrary) */
class="text-[#dad2ac] bg-[#dad2ac]"
/* SCSS */
$brand: #dad2ac;
/* SwiftUI */
Color(red: 0.855, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#dad2ac")Accessibility — WCAG contrast
Aa
#dad2ac on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dad2ac on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green82.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.7%
Yellow21.1%
Key (black)14.5%
Color previews
#dad2ac text on a black background
contrast 13.80:1
Card sample
#dad2ac text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dad2ac;
Background color
Panel with #dad2ac background
background-color: #dad2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dad2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dad2ac; background: linear-gradient(135deg, #dad2ac, #C3DAAC);