#cfbc6c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 188, 108
HSL
49°, 51%, 62%
CMYK
0, 9, 48, 19
Luminance
0.5031
Every format
| HEX | #cfbc6c |
| RGB | rgb(207, 188, 108) |
| HSL | hsl(49, 51%, 62%) |
| CMYK | cmyk(0%, 9%, 48%, 19%) |
| LAB | lab(76.3 -3.9 42.7) |
| LCH | lch(76.3 42.9 95.2) |
| OKLCH | oklch(0.794 0.103 96.4) |
Copy-ready code
/* CSS */
color: #cfbc6c;
background-color: #cfbc6c;
/* Tailwind (arbitrary) */
class="text-[#cfbc6c] bg-[#cfbc6c]"
/* SCSS */
$brand: #cfbc6c;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.424)
/* Android */
Color.parseColor("#cfbc6c")Accessibility — WCAG contrast
Aa
#cfbc6c on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbc6c on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow47.8%
Key (black)18.8%
Color previews
#cfbc6c text on a black background
contrast 11.06:1
Card sample
#cfbc6c text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbc6c;
Background color
Panel with #cfbc6c background
background-color: #cfbc6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbc6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbc6c; background: linear-gradient(135deg, #cfbc6c, #A0CF6C);