#d6b68f
a light, vivid orange · warm · “tan”
RGB
214, 182, 143
HSL
33°, 46%, 70%
CMYK
0, 15, 33, 16
Luminance
0.4974
Every format
| HEX | #d6b68f |
| RGB | rgb(214, 182, 143) |
| HSL | hsl(33, 46%, 70%) |
| CMYK | cmyk(0%, 15%, 33%, 16%) |
| LAB | lab(75.9 5.9 24.1) |
| LCH | lch(75.9 24.9 76.3) |
| OKLCH | oklch(0.794 0.064 72.2) |
Copy-ready code
/* CSS */
color: #d6b68f;
background-color: #d6b68f;
/* Tailwind (arbitrary) */
class="text-[#d6b68f] bg-[#d6b68f]"
/* SCSS */
$brand: #d6b68f;
/* SwiftUI */
Color(red: 0.839, green: 0.714, blue: 0.561)
/* Android */
Color.parseColor("#d6b68f")Accessibility — WCAG contrast
Aa
#d6b68f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6b68f on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green71.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow33.2%
Key (black)16.1%
Color previews
#d6b68f text on a black background
contrast 10.95:1
Card sample
#d6b68f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6b68f;
Background color
Panel with #d6b68f background
background-color: #d6b68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6b68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 182, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 182, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6b68f; background: linear-gradient(135deg, #d6b68f, #C7D68F);