Black
#302303
OrangeColor Codes
All color formats for development
HEX
#302303RGB
rgb(48, 35, 3)HSL
hsl(43, 88%, 10%)OKLCH
oklch(0.265 0.051 86)CMYK
cmyk(0%, 27%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2003
2#261C02
3#221902
4#1D1502
5#181202
6#130E01
7#0E0B01
8#0A0701
9#050400
Tints
Lighter variations
1#5B4306
2#866309
3#B1820B
4#DDA20E
5#F1B827
6#F4C652
7#F7D47E
8#F9E3A9
9#FCF1D4
Tones
Muted variations
1#2E2205
2#2B2108
3#29200A
4#271F0C
5#251E0E
6#221D11
7#201C13
8#1E1B15
9#1C1A17
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEFA #FEFAF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDF4 #FDF4DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBEA #FBEAC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DB #F8DB91 | BordersInactive statesPlaceholder text |
| 400 | F4C8 #F4C857 | Disabled statesSecondary iconsMuted text |
| 500 | F1B8 #F1B827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39B #D39B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87B #A87B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7858 #785808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D38 #4D3805 | Primary textHigh emphasis contentDark headings |
| 950 | 3023 #302303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFAF1;
--black-100: #FDF4DD;
--black-200: #FBEAC1;
--black-300: #F8DB91;
--black-400: #F4C857;
--black-500: #F1B827;
--black-600: #D39B0D;
--black-700: #A87B0B;
--black-800: #785808;
--black-900: #4D3805;
--black-950: #302303;
}