#cfb463
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 180, 99
HSL
45°, 53%, 60%
CMYK
0, 13, 52, 19
Luminance
0.4681
Every format
| HEX | #cfb463 |
| RGB | rgb(207, 180, 99) |
| HSL | hsl(45, 53%, 60%) |
| CMYK | cmyk(0%, 13%, 52%, 19%) |
| LAB | lab(74.1 -0.5 44.5) |
| LCH | lch(74.1 44.5 90.7) |
| OKLCH | oklch(0.776 0.106 91.4) |
Copy-ready code
/* CSS */
color: #cfb463;
background-color: #cfb463;
/* Tailwind (arbitrary) */
class="text-[#cfb463] bg-[#cfb463]"
/* SCSS */
$brand: #cfb463;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.388)
/* Android */
Color.parseColor("#cfb463")Accessibility — WCAG contrast
Aa
#cfb463 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb463 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow52.2%
Key (black)18.8%
Color previews
#cfb463 text on a black background
contrast 10.36:1
Card sample
#cfb463 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb463;
Background color
Panel with #cfb463 background
background-color: #cfb463;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb463;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb463; background: linear-gradient(135deg, #cfb463, #A2CF63);