Black
#330800
RedColor Codes
All color formats for development
HEX
#330800RGB
rgb(51, 8, 0)HSL
hsl(9, 100%, 10%)OKLCH
oklch(0.214 0.072 36.9)CMYK
cmyk(0%, 84%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0700
2#290600
3#240500
4#1F0500
5#1A0400
6#140300
7#0F0200
8#0A0200
9#050100
Tints
Lighter variations
1#610F00
2#8F1500
3#BD1C00
4#EB2300
5#FF3C1A
6#FF6347
7#FF8A75
8#FFB1A3
9#FFD8D1
Tones
Muted variations
1#300903
2#2E0B05
3#2B0D08
4#290F0A
5#26110D
6#24120F
7#211412
8#1F1614
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE1 #FFE1DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC7 #FFC7BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF9B #FF9B8A | BordersInactive statesPlaceholder text |
| 400 | FF67 #FF674D | Disabled statesSecondary iconsMuted text |
| 500 | FF3C #FF3C1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E022 #E02200 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B31B #B31B00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8013 #801300 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520C #520C00 | Primary textHigh emphasis contentDark headings |
| 950 | 3308 #330800 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF2F0;
--black-100: #FFE1DB;
--black-200: #FFC7BD;
--black-300: #FF9B8A;
--black-400: #FF674D;
--black-500: #FF3C1A;
--black-600: #E02200;
--black-700: #B31B00;
--black-800: #801300;
--black-900: #520C00;
--black-950: #330800;
}