#dacfcb
a light, soft orange · warm · closest name: silver
RGB
218, 207, 203
HSL
16°, 17%, 83%
CMYK
0, 5, 7, 15
Luminance
0.6384
Every format
| HEX | #dacfcb |
| RGB | rgb(218, 207, 203) |
| HSL | hsl(16, 17%, 83%) |
| CMYK | cmyk(0%, 5%, 7%, 15%) |
| LAB | lab(83.9 3.1 3.3) |
| LCH | lch(83.9 4.6 47.0) |
| OKLCH | oklch(0.862 0.013 41.2) |
Copy-ready code
/* CSS */
color: #dacfcb;
background-color: #dacfcb;
/* Tailwind (arbitrary) */
class="text-[#dacfcb] bg-[#dacfcb]"
/* SCSS */
$brand: #dacfcb;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.796)
/* Android */
Color.parseColor("#dacfcb")Accessibility — WCAG contrast
Aa
#dacfcb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacfcb on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow6.9%
Key (black)14.5%
Color previews
#dacfcb text on a black background
contrast 13.77:1
Card sample
#dacfcb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacfcb;
Background color
Panel with #dacfcb background
background-color: #dacfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacfcb; background: linear-gradient(135deg, #dacfcb, #DAD9CB);