#cfbc9c
a light, soft orange · warm · closest name: tan
RGB
207, 188, 156
HSL
38°, 35%, 71%
CMYK
0, 9, 25, 19
Luminance
0.5163
Every format
| HEX | #cfbc9c |
| RGB | rgb(207, 188, 156) |
| HSL | hsl(38, 35%, 71%) |
| CMYK | cmyk(0%, 9%, 25%, 19%) |
| LAB | lab(77.1 1.7 18.7) |
| LCH | lch(77.1 18.8 84.7) |
| OKLCH | oklch(0.803 0.048 80.7) |
Copy-ready code
/* CSS */
color: #cfbc9c;
background-color: #cfbc9c;
/* Tailwind (arbitrary) */
class="text-[#cfbc9c] bg-[#cfbc9c]"
/* SCSS */
$brand: #cfbc9c;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.612)
/* Android */
Color.parseColor("#cfbc9c")Accessibility — WCAG contrast
Aa
#cfbc9c on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc9c on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow24.6%
Key (black)18.8%
Color previews
#cfbc9c text on a black background
contrast 11.33:1
Card sample
#cfbc9c text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc9c;
Background color
Panel with #cfbc9c background
background-color: #cfbc9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc9c; background: linear-gradient(135deg, #cfbc9c, #C0CF9C);