Black
#301503
OrangeColor Codes
All color formats for development
HEX
#301503RGB
rgb(48, 21, 3)HSL
hsl(24, 88%, 10%)OKLCH
oklch(0.232 0.053 52.8)CMYK
cmyk(0%, 56%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B1303
2#261102
3#220F02
4#1D0D02
5#180B02
6#130801
7#0E0601
8#0A0401
9#050200
Tints
Lighter variations
1#5B2806
2#863B09
3#B14E0B
4#DD610E
5#F17827
6#F49352
7#F7AE7E
8#F9C9A9
9#FCE4D4
Tones
Muted variations
1#2E1505
2#2B1608
3#29160A
4#27170C
5#25170E
6#221811
7#201813
8#1E1915
9#1C1917
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF6 #FEF6F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDEA #FDEADD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBD8 #FBD8C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F8BA #F8BA91 | BordersInactive statesPlaceholder text |
| 400 | F496 #F49657 | Disabled statesSecondary iconsMuted text |
| 500 | F178 #F17827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D35C #D35C0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A84A #A84A0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7835 #783508 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D22 #4D2205 | Primary textHigh emphasis contentDark headings |
| 950 | 3015 #301503 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF6F1;
--black-100: #FDEADD;
--black-200: #FBD8C1;
--black-300: #F8BA91;
--black-400: #F49657;
--black-500: #F17827;
--black-600: #D35C0D;
--black-700: #A84A0B;
--black-800: #783508;
--black-900: #4D2205;
--black-950: #301503;
}