Black
#33000D
RedColor Codes
All color formats for development
HEX
#33000DRGB
rgb(51, 0, 13)HSL
hsl(345, 100%, 10%)OKLCH
oklch(0.205 0.082 11.8)CMYK
cmyk(0%, 100%, 75%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E000B
2#29000A
3#240009
4#1F0008
5#1A0006
6#140005
7#0F0004
8#0A0003
9#050001
Tints
Lighter variations
1#610018
2#8F0024
3#BD002F
4#EB003B
5#FF1A53
6#FF4775
7#FF7598
8#FFA3BA
9#FFD1DD
Tones
Muted variations
1#30030E
2#2E050F
3#2B0811
4#290A12
5#260D13
6#240F14
7#211216
8#1F1417
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDCD | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AA7 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D79 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A53 | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00038 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3002D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800020 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520014 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33000D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F4;
--black-100: #FFDBE4;
--black-200: #FFBDCD;
--black-300: #FF8AA7;
--black-400: #FF4D79;
--black-500: #FF1A53;
--black-600: #E00038;
--black-700: #B3002D;
--black-800: #800020;
--black-900: #520014;
--black-950: #33000D;
}