#cfb963
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 185, 99
HSL
48°, 53%, 60%
CMYK
0, 11, 52, 19
Luminance
0.4886
Every format
| HEX | #cfb963 |
| RGB | rgb(207, 185, 99) |
| HSL | hsl(48, 53%, 60%) |
| CMYK | cmyk(0%, 11%, 52%, 19%) |
| LAB | lab(75.4 -3.2 46.1) |
| LCH | lch(75.4 46.2 93.9) |
| OKLCH | oklch(0.787 0.110 95.3) |
Copy-ready code
/* CSS */
color: #cfb963;
background-color: #cfb963;
/* Tailwind (arbitrary) */
class="text-[#cfb963] bg-[#cfb963]"
/* SCSS */
$brand: #cfb963;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.388)
/* Android */
Color.parseColor("#cfb963")Accessibility — WCAG contrast
Aa
#cfb963 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb963 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow52.2%
Key (black)18.8%
Color previews
#cfb963 text on a black background
contrast 10.77:1
Card sample
#cfb963 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb963;
Background color
Panel with #cfb963 background
background-color: #cfb963;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb963;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb963; background: linear-gradient(135deg, #cfb963, #9DCF63);