#cfba9d
a light, soft orange · warm · closest name: tan
RGB
207, 186, 157
HSL
35°, 34%, 71%
CMYK
0, 10, 24, 19
Luminance
0.5082
Every format
| HEX | #cfba9d |
| RGB | rgb(207, 186, 157) |
| HSL | hsl(35, 34%, 71%) |
| CMYK | cmyk(0%, 10%, 24%, 19%) |
| LAB | lab(76.6 2.9 17.4) |
| LCH | lch(76.6 17.7 80.4) |
| OKLCH | oklch(0.799 0.046 75.9) |
Copy-ready code
/* CSS */
color: #cfba9d;
background-color: #cfba9d;
/* Tailwind (arbitrary) */
class="text-[#cfba9d] bg-[#cfba9d]"
/* SCSS */
$brand: #cfba9d;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.616)
/* Android */
Color.parseColor("#cfba9d")Accessibility — WCAG contrast
Aa
#cfba9d on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba9d on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow24.2%
Key (black)18.8%
Color previews
#cfba9d text on a black background
contrast 11.16:1
Card sample
#cfba9d text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba9d;
Background color
Panel with #cfba9d background
background-color: #cfba9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba9d; background: linear-gradient(135deg, #cfba9d, #C3CF9D);