Black
#300303
RedColor Codes
All color formats for development
HEX
#300303RGB
rgb(48, 3, 3)HSL
hsl(0, 88%, 10%)OKLCH
oklch(0.2 0.074 27.1)CMYK
cmyk(0%, 94%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0303
2#260202
3#220202
4#1D0202
5#180202
6#130101
7#0E0101
8#0A0101
9#050000
Tints
Lighter variations
1#5B0606
2#860909
3#B10B0B
4#DD0E0E
5#F12727
6#F45252
7#F77E7E
8#F9A9A9
9#FCD4D4
Tones
Muted variations
1#2E0505
2#2B0808
3#290A0A
4#270C0C
5#250E0E
6#221111
7#201313
8#1E1515
9#1C1717
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F89191 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45757 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12727 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B0B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780808 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0505 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300303 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F1;
--black-100: #FDDDDD;
--black-200: #FBC1C1;
--black-300: #F89191;
--black-400: #F45757;
--black-500: #F12727;
--black-600: #D30D0D;
--black-700: #A80B0B;
--black-800: #780808;
--black-900: #4D0505;
--black-950: #300303;
}