#cfb360
a balanced, vivid yellow · warm · closest name: khaki
RGB
207, 179, 96
HSL
45°, 54%, 59%
CMYK
0, 14, 54, 19
Luminance
0.4635
Every format
| HEX | #cfb360 |
| RGB | rgb(207, 179, 96) |
| HSL | hsl(45, 54%, 59%) |
| CMYK | cmyk(0%, 14%, 54%, 19%) |
| LAB | lab(73.8 -0.3 45.6) |
| LCH | lch(73.8 45.6 90.3) |
| OKLCH | oklch(0.774 0.108 91.1) |
Copy-ready code
/* CSS */
color: #cfb360;
background-color: #cfb360;
/* Tailwind (arbitrary) */
class="text-[#cfb360] bg-[#cfb360]"
/* SCSS */
$brand: #cfb360;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.376)
/* Android */
Color.parseColor("#cfb360")Accessibility — WCAG contrast
Aa
#cfb360 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb360 on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow53.6%
Key (black)18.8%
Color previews
#cfb360 text on a black background
contrast 10.27:1
Card sample
#cfb360 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb360;
Background color
Panel with #cfb360 background
background-color: #cfb360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb360; background: linear-gradient(135deg, #cfb360, #A1CF60);