#cfb98c
a light, soft yellow · warm · closest name: tan
RGB
207, 185, 140
HSL
40°, 41%, 68%
CMYK
0, 11, 32, 19
Luminance
0.4986
Every format
| HEX | #cfb98c |
| RGB | rgb(207, 185, 140) |
| HSL | hsl(40, 41%, 68%) |
| CMYK | cmyk(0%, 11%, 32%, 19%) |
| LAB | lab(76.0 1.2 25.7) |
| LCH | lch(76.0 25.8 87.4) |
| OKLCH | oklch(0.793 0.065 84.8) |
Copy-ready code
/* CSS */
color: #cfb98c;
background-color: #cfb98c;
/* Tailwind (arbitrary) */
class="text-[#cfb98c] bg-[#cfb98c]"
/* SCSS */
$brand: #cfb98c;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.549)
/* Android */
Color.parseColor("#cfb98c")Accessibility — WCAG contrast
Aa
#cfb98c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb98c on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow32.4%
Key (black)18.8%
Color previews
#cfb98c text on a black background
contrast 10.97:1
Card sample
#cfb98c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb98c;
Background color
Panel with #cfb98c background
background-color: #cfb98c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb98c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb98c; background: linear-gradient(135deg, #cfb98c, #B8CF8C);