#cfac96
a light, soft orange · warm · closest name: tan
RGB
207, 172, 150
HSL
23°, 37%, 70%
CMYK
0, 17, 28, 19
Luminance
0.4497
Every format
| HEX | #cfac96 |
| RGB | rgb(207, 172, 150) |
| HSL | hsl(23, 37%, 70%) |
| CMYK | cmyk(0%, 17%, 28%, 19%) |
| LAB | lab(72.9 9.4 16.1) |
| LCH | lch(72.9 18.7 59.6) |
| OKLCH | oklch(0.770 0.051 53.9) |
Copy-ready code
/* CSS */
color: #cfac96;
background-color: #cfac96;
/* Tailwind (arbitrary) */
class="text-[#cfac96] bg-[#cfac96]"
/* SCSS */
$brand: #cfac96;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.588)
/* Android */
Color.parseColor("#cfac96")Accessibility — WCAG contrast
Aa
#cfac96 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac96 on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow27.5%
Key (black)18.8%
Color previews
#cfac96 text on a black background
contrast 9.99:1
Card sample
#cfac96 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac96;
Background color
Panel with #cfac96 background
background-color: #cfac96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac96; background: linear-gradient(135deg, #cfac96, #CCCF96);