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