Black
#2D0706
RedColor Codes
All color formats for development
HEX
#2D0706RGB
rgb(45, 7, 6)HSL
hsl(2, 76%, 10%)OKLCH
oklch(0.201 0.063 26.5)CMYK
cmyk(0%, 84%, 87%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280706
2#240605
3#1F0504
4#1B0404
5#160403
6#120302
7#0D0202
8#090101
9#040101
Tints
Lighter variations
1#550E0C
2#7E1511
3#A61B17
4#CE221C
5#E33B35
6#E9625D
7#EE8986
8#F4B1AE
9#F9D8D7
Tones
Muted variations
1#2B0908
2#290B0A
3#270D0C
4#250F0E
5#231010
6#211212
7#1F1414
8#1D1616
9#1B1818
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C6 #F7C6C5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F19B #F19B98 | BordersInactive statesPlaceholder text |
| 400 | EA66 #EA6662 | Disabled statesSecondary iconsMuted text |
| 500 | E33B #E33B35 | Primary brand colorCTAsActive elementsLinks |
| 600 | C521 #C5211B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D1A #9D1A15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7013 #70130F | Text on light backgroundsHeadingsStrong borders |
| 900 | 480C #480C0A | Primary textHigh emphasis contentDark headings |
| 950 | 2D07 #2D0706 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2F2;
--black-100: #FBE0E0;
--black-200: #F7C6C5;
--black-300: #F19B98;
--black-400: #EA6662;
--black-500: #E33B35;
--black-600: #C5211B;
--black-700: #9D1A15;
--black-800: #70130F;
--black-900: #480C0A;
--black-950: #2D0706;
}