Charcoal
#4C3105
OrangeColor Codes
All color formats for development
HEX
#4C3105RGB
rgb(76, 49, 5)HSL
hsl(37, 88%, 16%)OKLCH
oklch(0.338 0.068 73.5)CMYK
cmyk(0%, 36%, 93%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#452C04
2#3D2704
3#362203
4#2E1E03
5#261902
6#1F1402
7#170F01
8#0F0A01
9#080500
Tints
Lighter variations
1#754B07
2#9D650A
3#C67F0D
4#EE980F
5#F2AA36
6#F5BB5E
7#F7CC86
8#FADDAE
9#FCEED7
Tones
Muted variations
1#493008
2#46300C
3#422F10
4#3E2E13
5#3B2D17
6#372C1A
7#342B1E
8#302A22
9#2C2A25
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF9 #FEF9F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF1 #FDF1DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBE5 #FBE5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8D0 #F8D091 | BordersInactive statesPlaceholder text |
| 400 | F4B8 #F4B857 | Disabled statesSecondary iconsMuted text |
| 500 | F1A4 #F1A427 | Primary brand colorCTAsActive elementsLinks |
| 600 | D387 #D3870D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A86C #A86C0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 784D #784D08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D31 #4D3105 | Primary textHigh emphasis contentDark headings |
| 950 | 301F #301F03 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #FEF9F1;
--charcoal-100: #FDF1DD;
--charcoal-200: #FBE5C1;
--charcoal-300: #F8D091;
--charcoal-400: #F4B857;
--charcoal-500: #F1A427;
--charcoal-600: #D3870D;
--charcoal-700: #A86C0B;
--charcoal-800: #784D08;
--charcoal-900: #4D3105;
--charcoal-950: #301F03;
}