#cfb95c
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 185, 92
HSL
49°, 55%, 59%
CMYK
0, 11, 56, 19
Luminance
0.4874
Every format
| HEX | #cfb95c |
| RGB | rgb(207, 185, 92) |
| HSL | hsl(49, 55%, 59%) |
| CMYK | cmyk(0%, 11%, 56%, 19%) |
| LAB | lab(75.3 -3.7 49.4) |
| LCH | lch(75.3 49.5 94.3) |
| OKLCH | oklch(0.786 0.116 96.2) |
Copy-ready code
/* CSS */
color: #cfb95c;
background-color: #cfb95c;
/* Tailwind (arbitrary) */
class="text-[#cfb95c] bg-[#cfb95c]"
/* SCSS */
$brand: #cfb95c;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.361)
/* Android */
Color.parseColor("#cfb95c")Accessibility — WCAG contrast
Aa
#cfb95c on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb95c on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow55.6%
Key (black)18.8%
Color previews
#cfb95c text on a black background
contrast 10.75:1
Card sample
#cfb95c text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb95c;
Background color
Panel with #cfb95c background
background-color: #cfb95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb95c; background: linear-gradient(135deg, #cfb95c, #98CF5C);