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