Black
#2E0705
RedColor Codes
All color formats for development
HEX
#2E0705RGB
rgb(46, 7, 5)HSL
hsl(3, 80%, 10%)OKLCH
oklch(0.203 0.065 28.2)CMYK
cmyk(0%, 85%, 89%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290605
2#250604
3#200504
4#1C0403
5#170403
6#120302
7#0E0202
8#090101
9#050101
Tints
Lighter variations
1#570E0A
2#81140E
3#AA1A13
4#D32117
5#E83A30
6#ED615A
7#F18983
8#F6B0AC
9#FAD8D6
Tones
Muted variations
1#2C0907
2#2A0B09
3#280D0B
4#260E0D
5#24100F
6#221211
7#201413
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0DF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C6 #F8C6C3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F39A #F39A95 | BordersInactive statesPlaceholder text |
| 400 | ED65 #ED655E | Disabled statesSecondary iconsMuted text |
| 500 | E83A #E83A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA1F #CA1F16 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A119 #A11912 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7312 #73120D | Text on light backgroundsHeadingsStrong borders |
| 900 | 490B #490B08 | Primary textHigh emphasis contentDark headings |
| 950 | 2E07 #2E0705 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F1;
--black-100: #FBE0DF;
--black-200: #F8C6C3;
--black-300: #F39A95;
--black-400: #ED655E;
--black-500: #E83A30;
--black-600: #CA1F16;
--black-700: #A11912;
--black-800: #73120D;
--black-900: #490B08;
--black-950: #2E0705;
}