#cfbc87
a light, soft yellow · warm · closest name: tan
RGB
207, 188, 135
HSL
44°, 43%, 67%
CMYK
0, 9, 35, 19
Luminance
0.5098
Every format
| HEX | #cfbc87 |
| RGB | rgb(207, 188, 135) |
| HSL | hsl(44, 43%, 67%) |
| CMYK | cmyk(0%, 9%, 35%, 19%) |
| LAB | lab(76.7 -1.0 29.3) |
| LCH | lch(76.7 29.3 92.0) |
| OKLCH | oklch(0.799 0.073 90.6) |
Copy-ready code
/* CSS */
color: #cfbc87;
background-color: #cfbc87;
/* Tailwind (arbitrary) */
class="text-[#cfbc87] bg-[#cfbc87]"
/* SCSS */
$brand: #cfbc87;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.529)
/* Android */
Color.parseColor("#cfbc87")Accessibility — WCAG contrast
Aa
#cfbc87 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc87 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow34.8%
Key (black)18.8%
Color previews
#cfbc87 text on a black background
contrast 11.20:1
Card sample
#cfbc87 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc87;
Background color
Panel with #cfbc87 background
background-color: #cfbc87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc87; background: linear-gradient(135deg, #cfbc87, #B2CF87);