Black
#2E0E05
RedColor Codes
All color formats for development
HEX
#2E0E05RGB
rgb(46, 14, 5)HSL
hsl(13, 80%, 10%)OKLCH
oklch(0.214 0.056 37.7)CMYK
cmyk(0%, 70%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290D05
2#250B04
3#200A04
4#1C0803
5#170703
6#120602
7#0E0402
8#090301
9#050101
Tints
Lighter variations
1#571A0A
2#81270E
3#AA3413
4#D34017
5#E85830
6#ED7A5A
7#F19B83
8#F6BCAC
9#FADED6
Tones
Muted variations
1#2C0F07
2#2A1009
3#28110B
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 | FBE5 #FBE5DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CF #F8CFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3AA #F3AA95 | BordersInactive statesPlaceholder text |
| 400 | ED7D #ED7D5E | Disabled statesSecondary iconsMuted text |
| 500 | E858 #E85830 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA3D #CA3D16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A131 #A13112 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7323 #73230D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4916 #491608 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0E #2E0E05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF4F1;
--black-100: #FBE5DF;
--black-200: #F8CFC3;
--black-300: #F3AA95;
--black-400: #ED7D5E;
--black-500: #E85830;
--black-600: #CA3D16;
--black-700: #A13112;
--black-800: #73230D;
--black-900: #491608;
--black-950: #2E0E05;
}