Black
#330005
RedColor Codes
All color formats for development
HEX
#330005RGB
rgb(51, 0, 5)HSL
hsl(354, 100%, 10%)OKLCH
oklch(0.203 0.082 21.7)CMYK
cmyk(0%, 100%, 90%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0005
2#290004
3#240004
4#1F0003
5#1A0003
6#140002
7#0F0002
8#0A0001
9#050001
Tints
Lighter variations
1#61000A
2#8F000E
3#BD0013
4#EB0017
5#FF1A30
6#FF475A
7#FF7583
8#FFA3AC
9#FFD1D6
Tones
Muted variations
1#300307
2#2E0509
3#2B080B
4#290A0D
5#260D0F
6#240F11
7#211213
8#1F1415
9#1C1717
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 #FFBDC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8A95 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D5E | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A30 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00016 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30012 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80000D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520008 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330005 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F1;
--black-100: #FFDBDF;
--black-200: #FFBDC3;
--black-300: #FF8A95;
--black-400: #FF4D5E;
--black-500: #FF1A30;
--black-600: #E00016;
--black-700: #B30012;
--black-800: #80000D;
--black-900: #520008;
--black-950: #330005;
}