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