#cfab92
a light, soft orange · warm · closest name: tan
RGB
207, 171, 146
HSL
25°, 39%, 69%
CMYK
0, 17, 30, 19
Luminance
0.4447
Every format
| HEX | #cfab92 |
| RGB | rgb(207, 171, 146) |
| HSL | hsl(25, 39%, 69%) |
| CMYK | cmyk(0%, 17%, 30%, 19%) |
| LAB | lab(72.5 9.4 17.8) |
| LCH | lch(72.5 20.1 62.0) |
| OKLCH | oklch(0.767 0.055 56.6) |
Copy-ready code
/* CSS */
color: #cfab92;
background-color: #cfab92;
/* Tailwind (arbitrary) */
class="text-[#cfab92] bg-[#cfab92]"
/* SCSS */
$brand: #cfab92;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.573)
/* Android */
Color.parseColor("#cfab92")Accessibility — WCAG contrast
Aa
#cfab92 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab92 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow29.5%
Key (black)18.8%
Color previews
#cfab92 text on a black background
contrast 9.89:1
Card sample
#cfab92 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab92;
Background color
Panel with #cfab92 background
background-color: #cfab92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab92; background: linear-gradient(135deg, #cfab92, #CACF92);