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