Black
#302403
OrangeColor Codes
All color formats for development
HEX
#302403RGB
rgb(48, 36, 3)HSL
hsl(44, 88%, 10%)OKLCH
oklch(0.267 0.051 88.3)CMYK
cmyk(0%, 25%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B2003
2#261D02
3#221902
4#1D1602
5#181202
6#130E01
7#0E0B01
8#0A0701
9#050400
Tints
Lighter variations
1#5B4406
2#866509
3#B1850B
4#DDA50E
5#F1BB27
6#F4C952
7#F7D67E
8#F9E4A9
9#FCF1D4
Tones
Muted variations
1#2E2305
2#2B2208
3#29210A
4#27200C
5#251F0E
6#221E11
7#201D13
8#1E1C15
9#1C1B17
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 | FBEB #FBEBC1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8DC #F8DC91 | BordersInactive statesPlaceholder text |
| 400 | F4CA #F4CA57 | Disabled statesSecondary iconsMuted text |
| 500 | F1BB #F1BB27 | Primary brand colorCTAsActive elementsLinks |
| 600 | D39E #D39E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A87E #A87E0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 785A #785A08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D3A #4D3A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3024 #302403 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEFAF1;
--black-100: #FDF4DD;
--black-200: #FBEBC1;
--black-300: #F8DC91;
--black-400: #F4CA57;
--black-500: #F1BB27;
--black-600: #D39E0D;
--black-700: #A87E0B;
--black-800: #785A08;
--black-900: #4D3A05;
--black-950: #302403;
}