Black
#33000C
RedColor Codes
All color formats for development
HEX
#33000CRGB
rgb(51, 0, 12)HSL
hsl(346, 100%, 10%)OKLCH
oklch(0.205 0.082 13)CMYK
cmyk(0%, 100%, 76%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E000B
2#29000A
3#240008
4#1F0007
5#1A0006
6#140005
7#0F0004
8#0A0002
9#050001
Tints
Lighter variations
1#610017
2#8F0021
3#BD002C
4#EB0037
5#FF1A4F
6#FF4772
7#FF7595
8#FFA3B9
9#FFD1DC
Tones
Muted variations
1#30030D
2#2E050F
3#2B0810
4#290A11
5#260D13
6#240F14
7#211215
8#1F1417
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDCC | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AA5 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4D76 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1A4F | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00034 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B3002A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #80001E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520013 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #33000C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F3;
--black-100: #FFDBE4;
--black-200: #FFBDCC;
--black-300: #FF8AA5;
--black-400: #FF4D76;
--black-500: #FF1A4F;
--black-600: #E00034;
--black-700: #B3002A;
--black-800: #80001E;
--black-900: #520013;
--black-950: #33000C;
}