Black
#330300
RedColor Codes
All color formats for development
HEX
#330300RGB
rgb(51, 3, 0)HSL
hsl(4, 100%, 10%)OKLCH
oklch(0.207 0.078 32)CMYK
cmyk(0%, 94%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0300
2#290300
3#240200
4#1F0200
5#1A0200
6#140100
7#0F0100
8#0A0100
9#050000
Tints
Lighter variations
1#610600
2#8F0A00
3#BD0D00
4#EB1000
5#FF291A
6#FF5447
7#FF7E75
8#FFA9A3
9#FFD4D1
Tones
Muted variations
1#300603
2#2E0805
3#2B0A08
4#290C0A
5#260E0D
6#24110F
7#211312
8#1F1514
9#1C1717
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF1 #FFF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDE #FFDEDB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC1 #FFC1BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF92 #FF928A | BordersInactive statesPlaceholder text |
| 400 | FF58 #FF584D | Disabled statesSecondary iconsMuted text |
| 500 | FF29 #FF291A | Primary brand colorCTAsActive elementsLinks |
| 600 | E00F #E00F00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B30C #B30C00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8008 #800800 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5205 #520500 | Primary textHigh emphasis contentDark headings |
| 950 | 3303 #330300 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF1F0;
--black-100: #FFDEDB;
--black-200: #FFC1BD;
--black-300: #FF928A;
--black-400: #FF584D;
--black-500: #FF291A;
--black-600: #E00F00;
--black-700: #B30C00;
--black-800: #800800;
--black-900: #520500;
--black-950: #330300;
}