Black
#300308
RedColor Codes
All color formats for development
HEX
#300308RGB
rgb(48, 3, 8)HSL
hsl(353, 88%, 10%)OKLCH
oklch(0.201 0.073 19.5)CMYK
cmyk(0%, 94%, 83%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0307
2#260207
3#220206
4#1D0205
5#180204
6#130103
7#0E0102
8#0A0102
9#050001
Tints
Lighter variations
1#5B0610
2#860917
3#B10B1F
4#DD0E26
5#F1273F
6#F45265
7#F77E8C
8#F9A9B2
9#FCD4D9
Tones
Muted variations
1#2E050A
2#2B080C
3#290A0D
4#270C0F
5#250E11
6#221113
7#201314
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919D | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576A | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1273F | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D25 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780815 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050D | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300308 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F2;
--black-100: #FDDDE1;
--black-200: #FBC1C7;
--black-300: #F8919D;
--black-400: #F4576A;
--black-500: #F1273F;
--black-600: #D30D25;
--black-700: #A80B1D;
--black-800: #780815;
--black-900: #4D050D;
--black-950: #300308;
}