Black
#330C00
RedColor Codes
All color formats for development
HEX
#330C00RGB
rgb(51, 12, 0)HSL
hsl(14, 100%, 10%)OKLCH
oklch(0.22 0.068 41)CMYK
cmyk(0%, 76%, 100%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E0B00
2#290A00
3#240800
4#1F0700
5#1A0600
6#140500
7#0F0400
8#0A0200
9#050100
Tints
Lighter variations
1#611700
2#8F2100
3#BD2C00
4#EB3700
5#FF4F1A
6#FF7247
7#FF9575
8#FFB9A3
9#FFDCD1
Tones
Muted variations
1#300D03
2#2E0F05
3#2B1008
4#29110A
5#26130D
6#24140F
7#211512
8#1F1714
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF3 #FFF3F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFE4 #FFE4DB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFCC #FFCCBD | Secondary backgroundsInput backgroundsDividers |
| 300 | FFA5 #FFA58A | BordersInactive statesPlaceholder text |
| 400 | FF76 #FF764D | Disabled statesSecondary iconsMuted text |
| 500 | FF4F #FF4F1A | Primary brand colorCTAsActive elementsLinks |
| 600 | E034 #E03400 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B32A #B32A00 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 801E #801E00 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5213 #521300 | Primary textHigh emphasis contentDark headings |
| 950 | 330C #330C00 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF3F0;
--black-100: #FFE4DB;
--black-200: #FFCCBD;
--black-300: #FFA58A;
--black-400: #FF764D;
--black-500: #FF4F1A;
--black-600: #E03400;
--black-700: #B32A00;
--black-800: #801E00;
--black-900: #521300;
--black-950: #330C00;
}