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