#cfbc8f
a light, soft yellow · warm · closest name: tan
RGB
207, 188, 143
HSL
42°, 40%, 69%
CMYK
0, 9, 31, 19
Luminance
0.5122
Every format
| HEX | #cfbc8f |
| RGB | rgb(207, 188, 143) |
| HSL | hsl(42, 40%, 69%) |
| CMYK | cmyk(0%, 9%, 31%, 19%) |
| LAB | lab(76.8 -0.0 25.3) |
| LCH | lch(76.8 25.3 90.0) |
| OKLCH | oklch(0.800 0.064 87.8) |
Copy-ready code
/* CSS */
color: #cfbc8f;
background-color: #cfbc8f;
/* Tailwind (arbitrary) */
class="text-[#cfbc8f] bg-[#cfbc8f]"
/* SCSS */
$brand: #cfbc8f;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.561)
/* Android */
Color.parseColor("#cfbc8f")Accessibility — WCAG contrast
Aa
#cfbc8f on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc8f on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow30.9%
Key (black)18.8%
Color previews
#cfbc8f text on a black background
contrast 11.24:1
Card sample
#cfbc8f text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc8f;
Background color
Panel with #cfbc8f background
background-color: #cfbc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc8f; background: linear-gradient(135deg, #cfbc8f, #B7CF8F);