Black
#330006
RedColor Codes
All color formats for development
HEX
#330006RGB
rgb(51, 0, 6)HSL
hsl(353, 100%, 10%)OKLCH
oklch(0.203 0.082 20.3)CMYK
cmyk(0%, 100%, 88%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0005
2#290005
3#240004
4#1F0004
5#1A0003
6#140002
7#0F0002
8#0A0001
9#050001
Tints
Lighter variations
1#61000B
2#8F0011
3#BD0016
4#EB001B
5#FF1A34
6#FF475D
7#FF7585
8#FFA3AE
9#FFD1D6
Tones
Muted variations
1#300308
2#2E050A
3#2B080C
4#290A0E
5#260D10
6#240F12
7#211214
8#1F1416
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDC4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A97 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D61 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A34 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E0001A | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30015 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80000F | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #52000A | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330006 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F1;
--black-100: #FFDBDF;
--black-200: #FFBDC4;
--black-300: #FF8A97;
--black-400: #FF4D61;
--black-500: #FF1A34;
--black-600: #E0001A;
--black-700: #B30015;
--black-800: #80000F;
--black-900: #52000A;
--black-950: #330006;
}