#cfac89
a light, soft orange · warm · closest name: tan
RGB
207, 172, 137
HSL
30°, 42%, 68%
CMYK
0, 17, 34, 19
Luminance
0.4458
Every format
| HEX | #cfac89 |
| RGB | rgb(207, 172, 137) |
| HSL | hsl(30, 42%, 68%) |
| CMYK | cmyk(0%, 17%, 34%, 19%) |
| LAB | lab(72.6 7.8 22.8) |
| LCH | lch(72.6 24.1 71.2) |
| OKLCH | oklch(0.767 0.063 66.7) |
Copy-ready code
/* CSS */
color: #cfac89;
background-color: #cfac89;
/* Tailwind (arbitrary) */
class="text-[#cfac89] bg-[#cfac89]"
/* SCSS */
$brand: #cfac89;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.537)
/* Android */
Color.parseColor("#cfac89")Accessibility — WCAG contrast
Aa
#cfac89 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac89 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow33.8%
Key (black)18.8%
Color previews
#cfac89 text on a black background
contrast 9.92:1
Card sample
#cfac89 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac89;
Background color
Panel with #cfac89 background
background-color: #cfac89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac89; background: linear-gradient(135deg, #cfac89, #C3CF89);