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