#cfab8b
a light, soft orange · warm · closest name: tan
RGB
207, 171, 139
HSL
28°, 42%, 68%
CMYK
0, 17, 33, 19
Luminance
0.4426
Every format
| HEX | #cfab8b |
| RGB | rgb(207, 171, 139) |
| HSL | hsl(28, 42%, 68%) |
| CMYK | cmyk(0%, 17%, 33%, 19%) |
| LAB | lab(72.4 8.5 21.4) |
| LCH | lch(72.4 23.1 68.3) |
| OKLCH | oklch(0.765 0.061 63.4) |
Copy-ready code
/* CSS */
color: #cfab8b;
background-color: #cfab8b;
/* Tailwind (arbitrary) */
class="text-[#cfab8b] bg-[#cfab8b]"
/* SCSS */
$brand: #cfab8b;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.545)
/* Android */
Color.parseColor("#cfab8b")Accessibility — WCAG contrast
Aa
#cfab8b on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab8b on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow32.9%
Key (black)18.8%
Color previews
#cfab8b text on a black background
contrast 9.85:1
Card sample
#cfab8b text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab8b;
Background color
Panel with #cfab8b background
background-color: #cfab8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab8b; background: linear-gradient(135deg, #cfab8b, #C6CF8B);