#cfab87
a light, soft orange · warm · closest name: tan
RGB
207, 171, 135
HSL
30°, 43%, 67%
CMYK
0, 17, 35, 19
Luminance
0.4414
Every format
| HEX | #cfab87 |
| RGB | rgb(207, 171, 135) |
| HSL | hsl(30, 43%, 67%) |
| CMYK | cmyk(0%, 17%, 35%, 19%) |
| LAB | lab(72.3 8.0 23.5) |
| LCH | lch(72.3 24.8 71.1) |
| OKLCH | oklch(0.764 0.065 66.6) |
Copy-ready code
/* CSS */
color: #cfab87;
background-color: #cfab87;
/* Tailwind (arbitrary) */
class="text-[#cfab87] bg-[#cfab87]"
/* SCSS */
$brand: #cfab87;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.529)
/* Android */
Color.parseColor("#cfab87")Accessibility — WCAG contrast
Aa
#cfab87 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab87 on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow34.8%
Key (black)18.8%
Color previews
#cfab87 text on a black background
contrast 9.83:1
Card sample
#cfab87 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab87;
Background color
Panel with #cfab87 background
background-color: #cfab87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab87; background: linear-gradient(135deg, #cfab87, #C3CF87);