#daceba
a light, soft orange · warm · closest name: silver
RGB
218, 206, 186
HSL
38°, 30%, 79%
CMYK
0, 6, 15, 15
Luminance
0.6259
Every format
| HEX | #daceba |
| RGB | rgb(218, 206, 186) |
| HSL | hsl(38, 30%, 79%) |
| CMYK | cmyk(0%, 6%, 15%, 15%) |
| LAB | lab(83.2 0.8 11.4) |
| LCH | lch(83.2 11.5 85.8) |
| OKLCH | oklch(0.856 0.030 80.6) |
Copy-ready code
/* CSS */
color: #daceba;
background-color: #daceba;
/* Tailwind (arbitrary) */
class="text-[#daceba] bg-[#daceba]"
/* SCSS */
$brand: #daceba;
/* SwiftUI */
Color(red: 0.855, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#daceba")Accessibility — WCAG contrast
Aa
#daceba on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daceba on black: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow14.7%
Key (black)14.5%
Color previews
#daceba text on a black background
contrast 13.52:1
Card sample
#daceba text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daceba;
Background color
Panel with #daceba background
background-color: #daceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daceba; background: linear-gradient(135deg, #daceba, #D1DABA);