#c9b14f
a balanced, vivid yellow · cool · closest name: khaki
RGB
201, 177, 79
HSL
48°, 53%, 55%
CMYK
0, 12, 61, 21
Luminance
0.4443
Every format
| HEX | #c9b14f |
| RGB | rgb(201, 177, 79) |
| HSL | hsl(48, 53%, 55%) |
| CMYK | cmyk(0%, 12%, 61%, 21%) |
| LAB | lab(72.5 -3.0 52.1) |
| LCH | lch(72.5 52.2 93.3) |
| OKLCH | oklch(0.762 0.121 95.6) |
Copy-ready code
/* CSS */
color: #c9b14f;
background-color: #c9b14f;
/* Tailwind (arbitrary) */
class="text-[#c9b14f] bg-[#c9b14f]"
/* SCSS */
$brand: #c9b14f;
/* SwiftUI */
Color(red: 0.788, green: 0.694, blue: 0.310)
/* Android */
Color.parseColor("#c9b14f")Accessibility — WCAG contrast
Aa
#c9b14f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b14f on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green69.4%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow60.7%
Key (black)21.2%
Color previews
#c9b14f text on a black background
contrast 9.89:1
Card sample
#c9b14f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b14f;
Background color
Panel with #c9b14f background
background-color: #c9b14f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b14f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 177, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 177, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b14f; background: linear-gradient(135deg, #c9b14f, #90C94F);