#cfb58f
a light, soft orange · warm · “tan”
RGB
207, 181, 143
HSL
36°, 40%, 69%
CMYK
0, 13, 31, 19
Luminance
0.4830
Every format
| HEX | #cfb58f |
| RGB | rgb(207, 181, 143) |
| HSL | hsl(36, 40%, 69%) |
| CMYK | cmyk(0%, 13%, 31%, 19%) |
| LAB | lab(75.0 3.7 22.8) |
| LCH | lch(75.0 23.1 80.8) |
| OKLCH | oklch(0.786 0.059 77.1) |
Copy-ready code
/* CSS */
color: #cfb58f;
background-color: #cfb58f;
/* Tailwind (arbitrary) */
class="text-[#cfb58f] bg-[#cfb58f]"
/* SCSS */
$brand: #cfb58f;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.561)
/* Android */
Color.parseColor("#cfb58f")Accessibility — WCAG contrast
Aa
#cfb58f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb58f on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow30.9%
Key (black)18.8%
Color previews
#cfb58f text on a black background
contrast 10.66:1
Card sample
#cfb58f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb58f;
Background color
Panel with #cfb58f background
background-color: #cfb58f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb58f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb58f; background: linear-gradient(135deg, #cfb58f, #BECF8F);