Black
#330A00
RedColor Codes
All color formats for development
HEX
#330A00RGB
rgb(51, 10, 0)HSL
hsl(12, 100%, 10%)OKLCH
oklch(0.217 0.07 38.9)CMYK
cmyk(0%, 80%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0900
2#290800
3#240700
4#1F0600
5#1A0500
6#140400
7#0F0300
8#0A0200
9#050100
Tints
Lighter variations
1#611300
2#8F1D00
3#BD2600
4#EB2F00
5#FF471A
6#FF6C47
7#FF9175
8#FFB6A3
9#FFDAD1
Tones
Muted variations
1#300C03
2#2E0D05
3#2B0F08
4#29100A
5#26120D
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 | FFCA #FFCABD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA1 #FFA18A | BordersInactive statesPlaceholder text |
| 400 | FF70 #FF704D | Disabled statesSecondary iconsMuted text |
| 500 | FF47 #FF471A | Primary brand colorCTAsActive elementsLinks |
| 600 | E02D #E02D00 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B324 #B32400 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8019 #801900 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5210 #521000 | Primary textHigh emphasis contentDark headings |
| 950 | 330A #330A00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF3F0;
--black-100: #FFE2DB;
--black-200: #FFCABD;
--black-300: #FFA18A;
--black-400: #FF704D;
--black-500: #FF471A;
--black-600: #E02D00;
--black-700: #B32400;
--black-800: #801900;
--black-900: #521000;
--black-950: #330A00;
}