#cfbd94
a light, soft yellow · warm · closest name: tan
RGB
207, 189, 148
HSL
42°, 38%, 70%
CMYK
0, 9, 29, 19
Luminance
0.5180
Every format
| HEX | #cfbd94 |
| RGB | rgb(207, 189, 148) |
| HSL | hsl(42, 38%, 70%) |
| CMYK | cmyk(0%, 9%, 29%, 19%) |
| LAB | lab(77.2 0.1 23.1) |
| LCH | lch(77.2 23.1 89.7) |
| OKLCH | oklch(0.803 0.059 87.1) |
Copy-ready code
/* CSS */
color: #cfbd94;
background-color: #cfbd94;
/* Tailwind (arbitrary) */
class="text-[#cfbd94] bg-[#cfbd94]"
/* SCSS */
$brand: #cfbd94;
/* SwiftUI */
Color(red: 0.812, green: 0.741, blue: 0.580)
/* Android */
Color.parseColor("#cfbd94")Accessibility — WCAG contrast
Aa
#cfbd94 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbd94 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.1%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow28.5%
Key (black)18.8%
Color previews
#cfbd94 text on a black background
contrast 11.36:1
Card sample
#cfbd94 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbd94;
Background color
Panel with #cfbd94 background
background-color: #cfbd94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbd94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 189, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 189, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbd94; background: linear-gradient(135deg, #cfbd94, #BACF94);