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