#cfb67f
a light, vivid yellow · warm · closest name: tan
RGB
207, 182, 127
HSL
41°, 46%, 66%
CMYK
0, 12, 39, 19
Luminance
0.4825
Every format
| HEX | #cfb67f |
| RGB | rgb(207, 182, 127) |
| HSL | hsl(41, 46%, 66%) |
| CMYK | cmyk(0%, 12%, 39%, 19%) |
| LAB | lab(75.0 1.2 31.3) |
| LCH | lch(75.0 31.3 87.8) |
| OKLCH | oklch(0.785 0.078 86.2) |
Copy-ready code
/* CSS */
color: #cfb67f;
background-color: #cfb67f;
/* Tailwind (arbitrary) */
class="text-[#cfb67f] bg-[#cfb67f]"
/* SCSS */
$brand: #cfb67f;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.498)
/* Android */
Color.parseColor("#cfb67f")Accessibility — WCAG contrast
Aa
#cfb67f on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb67f on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow38.6%
Key (black)18.8%
Color previews
#cfb67f text on a black background
contrast 10.65:1
Card sample
#cfb67f text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb67f;
Background color
Panel with #cfb67f background
background-color: #cfb67f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb67f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb67f; background: linear-gradient(135deg, #cfb67f, #B3CF7F);