#cfbc99
a light, soft orange · warm · closest name: tan
RGB
207, 188, 153
HSL
39°, 36%, 71%
CMYK
0, 9, 26, 19
Luminance
0.5153
Every format
| HEX | #cfbc99 |
| RGB | rgb(207, 188, 153) |
| HSL | hsl(39, 36%, 71%) |
| CMYK | cmyk(0%, 9%, 26%, 19%) |
| LAB | lab(77.0 1.3 20.2) |
| LCH | lch(77.0 20.2 86.3) |
| OKLCH | oklch(0.802 0.052 82.7) |
Copy-ready code
/* CSS */
color: #cfbc99;
background-color: #cfbc99;
/* Tailwind (arbitrary) */
class="text-[#cfbc99] bg-[#cfbc99]"
/* SCSS */
$brand: #cfbc99;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.600)
/* Android */
Color.parseColor("#cfbc99")Accessibility — WCAG contrast
Aa
#cfbc99 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc99 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow26.1%
Key (black)18.8%
Color previews
#cfbc99 text on a black background
contrast 11.31:1
Card sample
#cfbc99 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc99;
Background color
Panel with #cfbc99 background
background-color: #cfbc99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc99; background: linear-gradient(135deg, #cfbc99, #BECF99);