#dabbaf
a light, soft orange · warm · closest name: silver
RGB
218, 187, 175
HSL
17°, 37%, 77%
CMYK
0, 14, 20, 15
Luminance
0.5354
Every format
| HEX | #dabbaf |
| RGB | rgb(218, 187, 175) |
| HSL | hsl(17, 37%, 77%) |
| CMYK | cmyk(0%, 14%, 20%, 15%) |
| LAB | lab(78.2 9.2 10.2) |
| LCH | lch(78.2 13.7 47.9) |
| OKLCH | oklch(0.816 0.040 42.3) |
Copy-ready code
/* CSS */
color: #dabbaf;
background-color: #dabbaf;
/* Tailwind (arbitrary) */
class="text-[#dabbaf] bg-[#dabbaf]"
/* SCSS */
$brand: #dabbaf;
/* SwiftUI */
Color(red: 0.855, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#dabbaf")Accessibility — WCAG contrast
Aa
#dabbaf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dabbaf on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow19.7%
Key (black)14.5%
Color previews
#dabbaf text on a black background
contrast 11.71:1
Card sample
#dabbaf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dabbaf;
Background color
Panel with #dabbaf background
background-color: #dabbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dabbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dabbaf; background: linear-gradient(135deg, #dabbaf, #DAD8AF);