#cfb59f
a light, soft orange · warm · closest name: tan
RGB
207, 181, 159
HSL
28°, 33%, 72%
CMYK
0, 13, 23, 19
Luminance
0.4882
Every format
| HEX | #cfb59f |
| RGB | rgb(207, 181, 159) |
| HSL | hsl(28, 33%, 72%) |
| CMYK | cmyk(0%, 13%, 23%, 19%) |
| LAB | lab(75.3 5.9 14.6) |
| LCH | lch(75.3 15.8 68.1) |
| OKLCH | oklch(0.790 0.043 62.4) |
Copy-ready code
/* CSS */
color: #cfb59f;
background-color: #cfb59f;
/* Tailwind (arbitrary) */
class="text-[#cfb59f] bg-[#cfb59f]"
/* SCSS */
$brand: #cfb59f;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.624)
/* Android */
Color.parseColor("#cfb59f")Accessibility — WCAG contrast
Aa
#cfb59f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb59f on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow23.2%
Key (black)18.8%
Color previews
#cfb59f text on a black background
contrast 10.76:1
Card sample
#cfb59f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb59f;
Background color
Panel with #cfb59f background
background-color: #cfb59f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb59f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb59f; background: linear-gradient(135deg, #cfb59f, #C9CF9F);