#dac08f
a light, vivid orange · warm · closest name: tan
RGB
218, 192, 143
HSL
39°, 50%, 71%
CMYK
0, 12, 34, 15
Luminance
0.5459
Every format
| HEX | #dac08f |
| RGB | rgb(218, 192, 143) |
| HSL | hsl(39, 50%, 71%) |
| CMYK | cmyk(0%, 12%, 34%, 15%) |
| LAB | lab(78.8 2.2 28.1) |
| LCH | lch(78.8 28.2 85.6) |
| OKLCH | oklch(0.818 0.071 83.0) |
Copy-ready code
/* CSS */
color: #dac08f;
background-color: #dac08f;
/* Tailwind (arbitrary) */
class="text-[#dac08f] bg-[#dac08f]"
/* SCSS */
$brand: #dac08f;
/* SwiftUI */
Color(red: 0.855, green: 0.753, blue: 0.561)
/* Android */
Color.parseColor("#dac08f")Accessibility — WCAG contrast
Aa
#dac08f on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac08f on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green75.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow34.4%
Key (black)14.5%
Color previews
#dac08f text on a black background
contrast 11.92:1
Card sample
#dac08f text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac08f;
Background color
Panel with #dac08f background
background-color: #dac08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 192, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 192, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac08f; background: linear-gradient(135deg, #dac08f, #C2DA8F);