#dac3b3
a light, soft orange · warm · closest name: silver
RGB
218, 195, 179
HSL
25°, 35%, 78%
CMYK
0, 11, 18, 15
Luminance
0.5719
Every format
| HEX | #dac3b3 |
| RGB | rgb(218, 195, 179) |
| HSL | hsl(25, 35%, 78%) |
| CMYK | cmyk(0%, 11%, 18%, 15%) |
| LAB | lab(80.3 5.5 11.0) |
| LCH | lch(80.3 12.3 63.3) |
| OKLCH | oklch(0.832 0.034 57.1) |
Copy-ready code
/* CSS */
color: #dac3b3;
background-color: #dac3b3;
/* Tailwind (arbitrary) */
class="text-[#dac3b3] bg-[#dac3b3]"
/* SCSS */
$brand: #dac3b3;
/* SwiftUI */
Color(red: 0.855, green: 0.765, blue: 0.702)
/* Android */
Color.parseColor("#dac3b3")Accessibility — WCAG contrast
Aa
#dac3b3 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac3b3 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green76.5%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow17.9%
Key (black)14.5%
Color previews
#dac3b3 text on a black background
contrast 12.44:1
Card sample
#dac3b3 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac3b3;
Background color
Panel with #dac3b3 background
background-color: #dac3b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac3b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 195, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 195, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac3b3; background: linear-gradient(135deg, #dac3b3, #D7DAB3);