#cfb06c
a balanced, vivid yellow · warm · closest name: tan
RGB
207, 176, 108
HSL
41°, 51%, 62%
CMYK
0, 15, 48, 19
Luminance
0.4540
Every format
| HEX | #cfb06c |
| RGB | rgb(207, 176, 108) |
| HSL | hsl(41, 51%, 62%) |
| CMYK | cmyk(0%, 15%, 48%, 19%) |
| LAB | lab(73.2 2.4 38.8) |
| LCH | lch(73.2 38.9 86.5) |
| OKLCH | oklch(0.769 0.094 85.7) |
Copy-ready code
/* CSS */
color: #cfb06c;
background-color: #cfb06c;
/* Tailwind (arbitrary) */
class="text-[#cfb06c] bg-[#cfb06c]"
/* SCSS */
$brand: #cfb06c;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.424)
/* Android */
Color.parseColor("#cfb06c")Accessibility — WCAG contrast
Aa
#cfb06c on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb06c on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow47.8%
Key (black)18.8%
Color previews
#cfb06c text on a black background
contrast 10.08:1
Card sample
#cfb06c text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb06c;
Background color
Panel with #cfb06c background
background-color: #cfb06c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb06c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb06c; background: linear-gradient(135deg, #cfb06c, #ACCF6C);