#dadac2
a light, soft yellow · cool · closest name: beige
RGB
218, 218, 194
HSL
60°, 25%, 81%
CMYK
0, 0, 11, 15
Luminance
0.6894
Every format
| HEX | #dadac2 |
| RGB | rgb(218, 218, 194) |
| HSL | hsl(60, 25%, 81%) |
| CMYK | cmyk(0%, 0%, 11%, 15%) |
| LAB | lab(86.5 -4.1 11.8) |
| LCH | lch(86.5 12.5 109.1) |
| OKLCH | oklch(0.882 0.032 107.0) |
Copy-ready code
/* CSS */
color: #dadac2;
background-color: #dadac2;
/* Tailwind (arbitrary) */
class="text-[#dadac2] bg-[#dadac2]"
/* SCSS */
$brand: #dadac2;
/* SwiftUI */
Color(red: 0.855, green: 0.855, blue: 0.761)
/* Android */
Color.parseColor("#dadac2")Accessibility — WCAG contrast
Aa
#dadac2 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dadac2 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green85.5%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow11.0%
Key (black)14.5%
Color previews
#dadac2 text on a black background
contrast 14.79:1
Card sample
#dadac2 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dadac2;
Background color
Panel with #dadac2 background
background-color: #dadac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dadac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 218, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 218, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dadac2; background: linear-gradient(135deg, #dadac2, #CADAC2);