#cfab94
a light, soft orange · warm · closest name: tan
RGB
207, 171, 148
HSL
23°, 38%, 70%
CMYK
0, 17, 29, 19
Luminance
0.4453
Every format
| HEX | #cfab94 |
| RGB | rgb(207, 171, 148) |
| HSL | hsl(23, 38%, 70%) |
| CMYK | cmyk(0%, 17%, 29%, 19%) |
| LAB | lab(72.6 9.7 16.8) |
| LCH | lch(72.6 19.4 59.9) |
| OKLCH | oklch(0.767 0.053 54.3) |
Copy-ready code
/* CSS */
color: #cfab94;
background-color: #cfab94;
/* Tailwind (arbitrary) */
class="text-[#cfab94] bg-[#cfab94]"
/* SCSS */
$brand: #cfab94;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.580)
/* Android */
Color.parseColor("#cfab94")Accessibility — WCAG contrast
Aa
#cfab94 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab94 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow28.5%
Key (black)18.8%
Color previews
#cfab94 text on a black background
contrast 9.91:1
Card sample
#cfab94 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab94;
Background color
Panel with #cfab94 background
background-color: #cfab94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab94; background: linear-gradient(135deg, #cfab94, #CCCF94);