#cfb89c
a light, soft orange · warm · closest name: tan
RGB
207, 184, 156
HSL
33°, 35%, 71%
CMYK
0, 11, 25, 19
Luminance
0.4995
Every format
| HEX | #cfb89c |
| RGB | rgb(207, 184, 156) |
| HSL | hsl(33, 35%, 71%) |
| CMYK | cmyk(0%, 11%, 25%, 19%) |
| LAB | lab(76.0 3.9 17.2) |
| LCH | lch(76.0 17.7 77.4) |
| OKLCH | oklch(0.795 0.046 72.5) |
Copy-ready code
/* CSS */
color: #cfb89c;
background-color: #cfb89c;
/* Tailwind (arbitrary) */
class="text-[#cfb89c] bg-[#cfb89c]"
/* SCSS */
$brand: #cfb89c;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.612)
/* Android */
Color.parseColor("#cfb89c")Accessibility — WCAG contrast
Aa
#cfb89c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb89c on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow24.6%
Key (black)18.8%
Color previews
#cfb89c text on a black background
contrast 10.99:1
Card sample
#cfb89c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb89c;
Background color
Panel with #cfb89c background
background-color: #cfb89c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb89c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb89c; background: linear-gradient(135deg, #cfb89c, #C4CF9C);