Black
#300309
RedColor Codes
All color formats for development
HEX
#300309RGB
rgb(48, 3, 9)HSL
hsl(352, 88%, 10%)OKLCH
oklch(0.202 0.073 18.1)CMYK
cmyk(0%, 94%, 81%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0308
2#260207
3#220206
4#1D0205
5#180205
6#130104
7#0E0103
8#0A0102
9#050001
Tints
Lighter variations
1#5B0611
2#860919
3#B10B21
4#DD0E2A
5#F12742
6#F45268
7#F77E8E
8#F9A9B3
9#FCD4D9
Tones
Muted variations
1#2E050B
2#2B080C
3#290A0E
4#270C10
5#250E11
6#221113
7#201315
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 #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919F | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576C | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12742 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B20 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780817 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300309 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F2;
--black-100: #FDDDE2;
--black-200: #FBC1C8;
--black-300: #F8919F;
--black-400: #F4576C;
--black-500: #F12742;
--black-600: #D30D28;
--black-700: #A80B20;
--black-800: #780817;
--black-900: #4D050E;
--black-950: #300309;
}