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