#cfbc96
a light, soft yellow · warm · closest name: tan
RGB
207, 188, 150
HSL
40°, 37%, 70%
CMYK
0, 9, 28, 19
Luminance
0.5143
Every format
| HEX | #cfbc96 |
| RGB | rgb(207, 188, 150) |
| HSL | hsl(40, 37%, 70%) |
| CMYK | cmyk(0%, 9%, 28%, 19%) |
| LAB | lab(76.9 0.9 21.7) |
| LCH | lch(76.9 21.7 87.6) |
| OKLCH | oklch(0.802 0.055 84.5) |
Copy-ready code
/* CSS */
color: #cfbc96;
background-color: #cfbc96;
/* Tailwind (arbitrary) */
class="text-[#cfbc96] bg-[#cfbc96]"
/* SCSS */
$brand: #cfbc96;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.588)
/* Android */
Color.parseColor("#cfbc96")Accessibility — WCAG contrast
Aa
#cfbc96 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc96 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue58.8%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow27.5%
Key (black)18.8%
Color previews
#cfbc96 text on a black background
contrast 11.29:1
Card sample
#cfbc96 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc96;
Background color
Panel with #cfbc96 background
background-color: #cfbc96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc96; background: linear-gradient(135deg, #cfbc96, #BCCF96);