Black
#330008
RedColor Codes
All color formats for development
HEX
#330008RGB
rgb(51, 0, 8)HSL
hsl(351, 100%, 10%)OKLCH
oklch(0.204 0.082 17.7)CMYK
cmyk(0%, 100%, 84%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0007
2#290006
3#240005
4#1F0005
5#1A0004
6#140003
7#0F0002
8#0A0002
9#050001
Tints
Lighter variations
1#61000F
2#8F0015
3#BD001C
4#EB0023
5#FF1A3C
6#FF4763
7#FF758A
8#FFA3B1
9#FFD1D8
Tones
Muted variations
1#300309
2#2E050B
3#2B080D
4#290A0F
5#260D11
6#240F12
7#211214
8#1F1416
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A9B | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D67 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A3C | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00022 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3001B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800013 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52000C | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330008 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F2;
--black-100: #FFDBE1;
--black-200: #FFBDC7;
--black-300: #FF8A9B;
--black-400: #FF4D67;
--black-500: #FF1A3C;
--black-600: #E00022;
--black-700: #B3001B;
--black-800: #800013;
--black-900: #52000C;
--black-950: #330008;
}