Black
#330700
RedColor Codes
All color formats for development
HEX
#330700RGB
rgb(51, 7, 0)HSL
hsl(8, 100%, 10%)OKLCH
oklch(0.213 0.073 35.9)CMYK
cmyk(0%, 86%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0600
2#290500
3#240500
4#1F0400
5#1A0300
6#140300
7#0F0200
8#0A0100
9#050100
Tints
Lighter variations
1#610D00
2#8F1300
3#BD1900
4#EB1F00
5#FF381A
6#FF6047
7#FF8875
8#FFAFA3
9#FFD7D1
Tones
Muted variations
1#300903
2#2E0B05
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 | FFF2 #FFF2F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE0 #FFE0DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC6 #FFC6BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF99 #FF998A | BordersInactive statesPlaceholder text |
| 400 | FF64 #FF644D | Disabled statesSecondary iconsMuted text |
| 500 | FF38 #FF381A | Primary brand colorCTAsActive elementsLinks |
| 600 | E01E #E01E00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B318 #B31800 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8011 #801100 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520B #520B00 | Primary textHigh emphasis contentDark headings |
| 950 | 3307 #330700 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF2F0;
--black-100: #FFE0DB;
--black-200: #FFC6BD;
--black-300: #FF998A;
--black-400: #FF644D;
--black-500: #FF381A;
--black-600: #E01E00;
--black-700: #B31800;
--black-800: #801100;
--black-900: #520B00;
--black-950: #330700;
}