#cfb67c
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 182, 124
HSL
42°, 46%, 65%
CMYK
0, 12, 40, 19
Luminance
0.4818
Every format
| HEX | #cfb67c |
| RGB | rgb(207, 182, 124) |
| HSL | hsl(42, 46%, 65%) |
| CMYK | cmyk(0%, 12%, 40%, 19%) |
| LAB | lab(74.9 0.9 32.8) |
| LCH | lch(74.9 32.8 88.5) |
| OKLCH | oklch(0.784 0.081 87.2) |
Copy-ready code
/* CSS */
color: #cfb67c;
background-color: #cfb67c;
/* Tailwind (arbitrary) */
class="text-[#cfb67c] bg-[#cfb67c]"
/* SCSS */
$brand: #cfb67c;
/* SwiftUI */
Color(red: 0.812, green: 0.714, blue: 0.486)
/* Android */
Color.parseColor("#cfb67c")Accessibility — WCAG contrast
Aa
#cfb67c on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb67c on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.4%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow40.1%
Key (black)18.8%
Color previews
#cfb67c text on a black background
contrast 10.64:1
Card sample
#cfb67c text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb67c;
Background color
Panel with #cfb67c background
background-color: #cfb67c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb67c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 182, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 182, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb67c; background: linear-gradient(135deg, #cfb67c, #B1CF7C);