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