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