#daccbf
a light, soft orange · warm · closest name: silver
RGB
218, 204, 191
HSL
29°, 27%, 80%
CMYK
0, 6, 12, 15
Luminance
0.6185
Every format
| HEX | #daccbf |
| RGB | rgb(218, 204, 191) |
| HSL | hsl(29, 27%, 80%) |
| CMYK | cmyk(0%, 6%, 12%, 15%) |
| LAB | lab(82.8 2.7 8.2) |
| LCH | lch(82.8 8.7 71.9) |
| OKLCH | oklch(0.853 0.024 65.4) |
Copy-ready code
/* CSS */
color: #daccbf;
background-color: #daccbf;
/* Tailwind (arbitrary) */
class="text-[#daccbf] bg-[#daccbf]"
/* SCSS */
$brand: #daccbf;
/* SwiftUI */
Color(red: 0.855, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#daccbf")Accessibility — WCAG contrast
Aa
#daccbf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daccbf on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow12.4%
Key (black)14.5%
Color previews
#daccbf text on a black background
contrast 13.37:1
Card sample
#daccbf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daccbf;
Background color
Panel with #daccbf background
background-color: #daccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daccbf; background: linear-gradient(135deg, #daccbf, #D6DABF);