#cfba93
a light, soft orange · warm · closest name: tan
RGB
207, 186, 147
HSL
39°, 39%, 69%
CMYK
0, 10, 29, 19
Luminance
0.5049
Every format
| HEX | #cfba93 |
| RGB | rgb(207, 186, 147) |
| HSL | hsl(39, 39%, 69%) |
| CMYK | cmyk(0%, 10%, 29%, 19%) |
| LAB | lab(76.4 1.6 22.5) |
| LCH | lch(76.4 22.6 86.0) |
| OKLCH | oklch(0.797 0.058 82.8) |
Copy-ready code
/* CSS */
color: #cfba93;
background-color: #cfba93;
/* Tailwind (arbitrary) */
class="text-[#cfba93] bg-[#cfba93]"
/* SCSS */
$brand: #cfba93;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.576)
/* Android */
Color.parseColor("#cfba93")Accessibility — WCAG contrast
Aa
#cfba93 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba93 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow29.0%
Key (black)18.8%
Color previews
#cfba93 text on a black background
contrast 11.10:1
Card sample
#cfba93 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba93;
Background color
Panel with #cfba93 background
background-color: #cfba93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba93; background: linear-gradient(135deg, #cfba93, #BCCF93);