#cfb993
a light, soft orange · warm · closest name: tan
RGB
207, 185, 147
HSL
38°, 39%, 69%
CMYK
0, 11, 29, 19
Luminance
0.5007
Every format
| HEX | #cfb993 |
| RGB | rgb(207, 185, 147) |
| HSL | hsl(38, 39%, 69%) |
| CMYK | cmyk(0%, 11%, 29%, 19%) |
| LAB | lab(76.1 2.1 22.2) |
| LCH | lch(76.1 22.3 84.6) |
| OKLCH | oklch(0.795 0.057 81.2) |
Copy-ready code
/* CSS */
color: #cfb993;
background-color: #cfb993;
/* Tailwind (arbitrary) */
class="text-[#cfb993] bg-[#cfb993]"
/* SCSS */
$brand: #cfb993;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.576)
/* Android */
Color.parseColor("#cfb993")Accessibility — WCAG contrast
Aa
#cfb993 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb993 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow29.0%
Key (black)18.8%
Color previews
#cfb993 text on a black background
contrast 11.01:1
Card sample
#cfb993 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb993;
Background color
Panel with #cfb993 background
background-color: #cfb993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb993; background: linear-gradient(135deg, #cfb993, #BDCF93);