Black
#2E0F05
OrangeColor Codes
All color formats for development
HEX
#2E0F05RGB
rgb(46, 15, 5)HSL
hsl(15, 80%, 10%)OKLCH
oklch(0.216 0.055 39.4)CMYK
cmyk(0%, 67%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290E05
2#250C04
3#200B04
4#1C0903
5#170803
6#120602
7#0E0502
8#090301
9#050201
Tints
Lighter variations
1#571D0A
2#812B0E
3#AA3913
4#D34617
5#E85E30
6#ED7E5A
7#F19F83
8#F6BFAC
9#FADFD6
Tones
Muted variations
1#2C1007
2#2A1109
3#28120B
4#26130D
5#24140F
6#221511
7#201613
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF4 #FDF4F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE6 #FBE6DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8D1 #F8D1C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AD #F3AD95 | BordersInactive statesPlaceholder text |
| 400 | ED82 #ED825E | Disabled statesSecondary iconsMuted text |
| 500 | E85E #E85E30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA43 #CA4316 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A136 #A13612 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7326 #73260D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4918 #491808 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0F #2E0F05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF4F1;
--black-100: #FBE6DF;
--black-200: #F8D1C3;
--black-300: #F3AD95;
--black-400: #ED825E;
--black-500: #E85E30;
--black-600: #CA4316;
--black-700: #A13612;
--black-800: #73260D;
--black-900: #491808;
--black-950: #2E0F05;
}