#cfb26f
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 178, 111
HSL
42°, 50%, 62%
CMYK
0, 14, 46, 19
Luminance
0.4625
Every format
| HEX | #cfb26f |
| RGB | rgb(207, 178, 111) |
| HSL | hsl(42, 50%, 62%) |
| CMYK | cmyk(0%, 14%, 46%, 19%) |
| LAB | lab(73.7 1.6 38.0) |
| LCH | lch(73.7 38.0 87.5) |
| OKLCH | oklch(0.774 0.092 86.9) |
Copy-ready code
/* CSS */
color: #cfb26f;
background-color: #cfb26f;
/* Tailwind (arbitrary) */
class="text-[#cfb26f] bg-[#cfb26f]"
/* SCSS */
$brand: #cfb26f;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.435)
/* Android */
Color.parseColor("#cfb26f")Accessibility — WCAG contrast
Aa
#cfb26f on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb26f on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow46.4%
Key (black)18.8%
Color previews
#cfb26f text on a black background
contrast 10.25:1
Card sample
#cfb26f text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb26f;
Background color
Panel with #cfb26f background
background-color: #cfb26f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb26f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb26f; background: linear-gradient(135deg, #cfb26f, #ACCF6F);