#cfb89f
a light, soft orange · warm · closest name: tan
RGB
207, 184, 159
HSL
31°, 33%, 72%
CMYK
0, 11, 23, 19
Luminance
0.5005
Every format
| HEX | #cfb89f |
| RGB | rgb(207, 184, 159) |
| HSL | hsl(31, 33%, 72%) |
| CMYK | cmyk(0%, 11%, 23%, 19%) |
| LAB | lab(76.1 4.3 15.7) |
| LCH | lch(76.1 16.3 74.7) |
| OKLCH | oklch(0.796 0.043 69.5) |
Copy-ready code
/* CSS */
color: #cfb89f;
background-color: #cfb89f;
/* Tailwind (arbitrary) */
class="text-[#cfb89f] bg-[#cfb89f]"
/* SCSS */
$brand: #cfb89f;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.624)
/* Android */
Color.parseColor("#cfb89f")Accessibility — WCAG contrast
Aa
#cfb89f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb89f on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow23.2%
Key (black)18.8%
Color previews
#cfb89f text on a black background
contrast 11.01:1
Card sample
#cfb89f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb89f;
Background color
Panel with #cfb89f background
background-color: #cfb89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb89f; background: linear-gradient(135deg, #cfb89f, #C6CF9F);