Black
#330600
RedColor Codes
All color formats for development
HEX
#330600RGB
rgb(51, 6, 0)HSL
hsl(7, 100%, 10%)OKLCH
oklch(0.211 0.074 34.9)CMYK
cmyk(0%, 88%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0500
2#290500
3#240400
4#1F0400
5#1A0300
6#140200
7#0F0200
8#0A0100
9#050100
Tints
Lighter variations
1#610B00
2#8F1100
3#BD1600
4#EB1B00
5#FF341A
6#FF5D47
7#FF8575
8#FFAEA3
9#FFD6D1
Tones
Muted variations
1#300803
2#2E0A05
3#2B0C08
4#290E0A
5#26100D
6#24120F
7#211412
8#1F1614
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDF #FFDFDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC4 #FFC4BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF97 #FF978A | BordersInactive statesPlaceholder text |
| 400 | FF61 #FF614D | Disabled statesSecondary iconsMuted text |
| 500 | FF34 #FF341A | Primary brand colorCTAsActive elementsLinks |
| 600 | E01A #E01A00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B315 #B31500 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 800F #800F00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520A #520A00 | Primary textHigh emphasis contentDark headings |
| 950 | 3306 #330600 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF1F0;
--black-100: #FFDFDB;
--black-200: #FFC4BD;
--black-300: #FF978A;
--black-400: #FF614D;
--black-500: #FF341A;
--black-600: #E01A00;
--black-700: #B31500;
--black-800: #800F00;
--black-900: #520A00;
--black-950: #330600;
}