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