#cfb883
a light, soft yellow · warm · closest name: tan
RGB
207, 184, 131
HSL
42°, 44%, 66%
CMYK
0, 11, 37, 19
Luminance
0.4919
Every format
| HEX | #cfb883 |
| RGB | rgb(207, 184, 131) |
| HSL | hsl(42, 44%, 66%) |
| CMYK | cmyk(0%, 11%, 37%, 19%) |
| LAB | lab(75.6 0.6 30.0) |
| LCH | lch(75.6 30.0 88.8) |
| OKLCH | oklch(0.790 0.074 87.1) |
Copy-ready code
/* CSS */
color: #cfb883;
background-color: #cfb883;
/* Tailwind (arbitrary) */
class="text-[#cfb883] bg-[#cfb883]"
/* SCSS */
$brand: #cfb883;
/* SwiftUI */
Color(red: 0.812, green: 0.722, blue: 0.514)
/* Android */
Color.parseColor("#cfb883")Accessibility — WCAG contrast
Aa
#cfb883 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb883 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.2%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow36.7%
Key (black)18.8%
Color previews
#cfb883 text on a black background
contrast 10.84:1
Card sample
#cfb883 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb883;
Background color
Panel with #cfb883 background
background-color: #cfb883;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb883;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 184, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 184, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb883; background: linear-gradient(135deg, #cfb883, #B3CF83);