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