#dacfc2
a light, soft orange · warm · closest name: silver
RGB
218, 207, 194
HSL
33°, 25%, 81%
CMYK
0, 5, 11, 15
Luminance
0.6343
Every format
| HEX | #dacfc2 |
| RGB | rgb(218, 207, 194) |
| HSL | hsl(33, 25%, 81%) |
| CMYK | cmyk(0%, 5%, 11%, 15%) |
| LAB | lab(83.7 1.6 7.8) |
| LCH | lch(83.7 8.0 78.4) |
| OKLCH | oklch(0.860 0.021 72.1) |
Copy-ready code
/* CSS */
color: #dacfc2;
background-color: #dacfc2;
/* Tailwind (arbitrary) */
class="text-[#dacfc2] bg-[#dacfc2]"
/* SCSS */
$brand: #dacfc2;
/* SwiftUI */
Color(red: 0.855, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#dacfc2")Accessibility — WCAG contrast
Aa
#dacfc2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dacfc2 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green81.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow11.0%
Key (black)14.5%
Color previews
#dacfc2 text on a black background
contrast 13.69:1
Card sample
#dacfc2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dacfc2;
Background color
Panel with #dacfc2 background
background-color: #dacfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dacfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dacfc2; background: linear-gradient(135deg, #dacfc2, #D5DAC2);