Black
#330900
RedColor Codes
All color formats for development
HEX
#330900RGB
rgb(51, 9, 0)HSL
hsl(11, 100%, 10%)OKLCH
oklch(0.216 0.071 37.9)CMYK
cmyk(0%, 82%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0800
2#290700
3#240700
4#1F0600
5#1A0500
6#140400
7#0F0300
8#0A0200
9#050100
Tints
Lighter variations
1#611200
2#8F1A00
3#BD2300
4#EB2B00
5#FF441A
6#FF6947
7#FF8F75
8#FFB4A3
9#FFDAD1
Tones
Muted variations
1#300B03
2#2E0D05
3#2B0E08
4#29100A
5#26110D
6#24130F
7#211512
8#1F1614
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE2 #FFE2DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFC9 #FFC9BD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF9F #FF9F8A | BordersInactive statesPlaceholder text |
| 400 | FF6D #FF6D4D | Disabled statesSecondary iconsMuted text |
| 500 | FF44 #FF441A | Primary brand colorCTAsActive elementsLinks |
| 600 | E029 #E02900 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B321 #B32100 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8017 #801700 | Text on light backgroundsHeadingsStrong borders |
| 900 | 520F #520F00 | Primary textHigh emphasis contentDark headings |
| 950 | 3309 #330900 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF3F0;
--black-100: #FFE2DB;
--black-200: #FFC9BD;
--black-300: #FF9F8A;
--black-400: #FF6D4D;
--black-500: #FF441A;
--black-600: #E02900;
--black-700: #B32100;
--black-800: #801700;
--black-900: #520F00;
--black-950: #330900;
}