#cfb293
a light, soft orange · warm · closest name: tan
RGB
207, 178, 147
HSL
31°, 39%, 69%
CMYK
0, 14, 29, 19
Luminance
0.4721
Every format
| HEX | #cfb293 |
| RGB | rgb(207, 178, 147) |
| HSL | hsl(31, 39%, 69%) |
| CMYK | cmyk(0%, 14%, 29%, 19%) |
| LAB | lab(74.3 5.8 19.7) |
| LCH | lch(74.3 20.6 73.6) |
| OKLCH | oklch(0.781 0.054 68.8) |
Copy-ready code
/* CSS */
color: #cfb293;
background-color: #cfb293;
/* Tailwind (arbitrary) */
class="text-[#cfb293] bg-[#cfb293]"
/* SCSS */
$brand: #cfb293;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.576)
/* Android */
Color.parseColor("#cfb293")Accessibility — WCAG contrast
Aa
#cfb293 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb293 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow29.0%
Key (black)18.8%
Color previews
#cfb293 text on a black background
contrast 10.44:1
Card sample
#cfb293 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb293;
Background color
Panel with #cfb293 background
background-color: #cfb293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb293; background: linear-gradient(135deg, #cfb293, #C4CF93);