#c9926f
a balanced, vivid orange · warm · closest name: tan
RGB
201, 146, 111
HSL
23°, 46%, 61%
CMYK
0, 27, 45, 21
Luminance
0.3412
Every format
| HEX | #c9926f |
| RGB | rgb(201, 146, 111) |
| HSL | hsl(23, 46%, 61%) |
| CMYK | cmyk(0%, 27%, 45%, 21%) |
| LAB | lab(65.1 16.5 26.7) |
| LCH | lch(65.1 31.4 58.4) |
| OKLCH | oklch(0.705 0.082 53.4) |
Copy-ready code
/* CSS */
color: #c9926f;
background-color: #c9926f;
/* Tailwind (arbitrary) */
class="text-[#c9926f] bg-[#c9926f]"
/* SCSS */
$brand: #c9926f;
/* SwiftUI */
Color(red: 0.788, green: 0.573, blue: 0.435)
/* Android */
Color.parseColor("#c9926f")Accessibility — WCAG contrast
Aa
#c9926f on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9926f on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green57.3%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow44.8%
Key (black)21.2%
Color previews
#c9926f text on a black background
contrast 7.82:1
Card sample
#c9926f text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9926f;
Background color
Panel with #c9926f background
background-color: #c9926f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9926f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 146, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 146, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9926f; background: linear-gradient(135deg, #c9926f, #C4C96F);