Black
#2E0C05
RedColor Codes
All color formats for development
HEX
#2E0C05RGB
rgb(46, 12, 5)HSL
hsl(10, 80%, 10%)OKLCH
oklch(0.211 0.058 34.6)CMYK
cmyk(0%, 74%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290B05
2#250A04
3#200804
4#1C0703
5#170603
6#120502
7#0E0402
8#090201
9#050101
Tints
Lighter variations
1#57170A
2#81210E
3#AA2C13
4#D33717
5#E84F30
6#ED725A
7#F19583
8#F6B9AC
9#FADCD6
Tones
Muted variations
1#2C0D07
2#2A0F09
3#28100B
4#26110D
5#24130F
6#221411
7#201513
8#1E1715
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF3 #FDF3F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE4 #FBE4DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8CC #F8CCC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F3A5 #F3A595 | BordersInactive statesPlaceholder text |
| 400 | ED76 #ED765E | Disabled statesSecondary iconsMuted text |
| 500 | E84F #E84F30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA34 #CA3416 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A12A #A12A12 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 731E #731E0D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4913 #491308 | Primary textHigh emphasis contentDark headings |
| 950 | 2E0C #2E0C05 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF3F1;
--black-100: #FBE4DF;
--black-200: #F8CCC3;
--black-300: #F3A595;
--black-400: #ED765E;
--black-500: #E84F30;
--black-600: #CA3416;
--black-700: #A12A12;
--black-800: #731E0D;
--black-900: #491308;
--black-950: #2E0C05;
}