#cfb686
a light, soft orange · warm · closest name: tan
RGB
207, 182, 134
HSL
40°, 43%, 67%
CMYK
0, 12, 35, 19
Luminance
0.4844
Every format
| HEX | #cfb686 |
| RGB | rgb(207, 182, 134) |
| HSL | hsl(40, 43%, 67%) |
| CMYK | cmyk(0%, 12%, 35%, 19%) |
| LAB | lab(75.1 2.0 27.8) |
| LCH | lch(75.1 27.8 85.8) |
| OKLCH | oklch(0.786 0.070 83.4) |
Copy-ready code
/* CSS */
color: #cfb686;
background-color: #cfb686;
/* Tailwind (arbitrary) */
class="text-[#cfb686] bg-[#cfb686]"
/* SCSS */
$brand: #cfb686;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#cfb686")Accessibility — WCAG contrast
Aa
#cfb686 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb686 on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow35.3%
Key (black)18.8%
Color previews
#cfb686 text on a black background
contrast 10.69:1
Card sample
#cfb686 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb686;
Background color
Panel with #cfb686 background
background-color: #cfb686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb686; background: linear-gradient(135deg, #cfb686, #B7CF86);