#dacfcf
a light, muted red · warm · closest name: silver
RGB
218, 207, 207
HSL
0°, 13%, 83%
CMYK
0, 5, 5, 15
Luminance
0.6404
Every format
| HEX | #dacfcf |
| RGB | rgb(218, 207, 207) |
| HSL | hsl(0, 13%, 83%) |
| CMYK | cmyk(0%, 5%, 5%, 15%) |
| LAB | lab(84.0 3.8 1.4) |
| LCH | lch(84.0 4.0 19.7) |
| OKLCH | oklch(0.863 0.012 17.4) |
Copy-ready code
/* CSS */
color: #dacfcf;
background-color: #dacfcf;
/* Tailwind (arbitrary) */
class="text-[#dacfcf] bg-[#dacfcf]"
/* SCSS */
$brand: #dacfcf;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#dacfcf")Accessibility — WCAG contrast
Aa
#dacfcf on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacfcf on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow5.0%
Key (black)14.5%
Color previews
#dacfcf text on a black background
contrast 13.81:1
Card sample
#dacfcf text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacfcf;
Background color
Panel with #dacfcf background
background-color: #dacfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacfcf; background: linear-gradient(135deg, #dacfcf, #DAD6CF);