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