#cbb263
a balanced, vivid yellow · cool · closest name: khaki
RGB
203, 178, 99
HSL
46°, 50%, 59%
CMYK
0, 12, 51, 20
Luminance
0.4544
Every format
| HEX | #cbb263 |
| RGB | rgb(203, 178, 99) |
| HSL | hsl(46, 50%, 59%) |
| CMYK | cmyk(0%, 12%, 51%, 20%) |
| LAB | lab(73.2 -1.1 43.4) |
| LCH | lch(73.2 43.4 91.5) |
| OKLCH | oklch(0.768 0.103 92.3) |
Copy-ready code
/* CSS */
color: #cbb263;
background-color: #cbb263;
/* Tailwind (arbitrary) */
class="text-[#cbb263] bg-[#cbb263]"
/* SCSS */
$brand: #cbb263;
/* SwiftUI */
Color(red: 0.796, green: 0.698, blue: 0.388)
/* Android */
Color.parseColor("#cbb263")Accessibility — WCAG contrast
Aa
#cbb263 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbb263 on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green69.8%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow51.2%
Key (black)20.4%
Color previews
#cbb263 text on a black background
contrast 10.09:1
Card sample
#cbb263 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbb263;
Background color
Panel with #cbb263 background
background-color: #cbb263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbb263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 178, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 178, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbb263; background: linear-gradient(135deg, #cbb263, #9FCB63);