Black
#320101
RedColor Codes
All color formats for development
HEX
#320101RGB
rgb(50, 1, 1)HSL
hsl(0, 96%, 10%)OKLCH
oklch(0.201 0.08 28.5)CMYK
cmyk(0%, 98%, 98%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0101
2#280101
3#230101
4#1E0101
5#190101
6#140000
7#0F0000
8#0A0000
9#050000
Tints
Lighter variations
1#5F0202
2#8C0303
3#B90404
4#E60505
5#FA1E1E
6#FB4B4B
7#FC7878
8#FDA5A5
9#FED2D2
Tones
Muted variations
1#300303
2#2D0606
3#2B0808
4#280B0B
5#260D0D
6#231010
7#211212
8#1E1515
9#1C1717
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCDC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEBE | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C8C | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5050 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E1E | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC0404 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0404 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0303 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #500202 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320101 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F0;
--black-100: #FEDCDC;
--black-200: #FEBEBE;
--black-300: #FD8C8C;
--black-400: #FB5050;
--black-500: #FA1E1E;
--black-600: #DC0404;
--black-700: #AF0404;
--black-800: #7D0303;
--black-900: #500202;
--black-950: #320101;
}