Black
#30030E
RedColor Codes
All color formats for development
HEX
#30030ERGB
rgb(48, 3, 14)HSL
hsl(345, 88%, 10%)OKLCH
oklch(0.203 0.073 11.4)CMYK
cmyk(0%, 94%, 71%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B030D
2#26020B
3#22020A
4#1D0209
5#180207
6#130106
7#0E0104
8#0A0103
9#050001
Tints
Lighter variations
1#5B061B
2#860928
3#B10B35
4#DD0E42
5#F1275A
6#F4527B
7#F77E9C
8#F9A9BD
9#FCD4DE
Tones
Muted variations
1#2E050F
2#2B0811
3#290A12
4#270C13
5#250E14
6#221115
7#201316
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AB | BordersInactive statesPlaceholder text |
| 400 | F457 #F4577E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1275A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0517 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F4;
--black-100: #FDDDE5;
--black-200: #FBC1CF;
--black-300: #F891AB;
--black-400: #F4577E;
--black-500: #F1275A;
--black-600: #D30D3F;
--black-700: #A80B32;
--black-800: #780824;
--black-900: #4D0517;
--black-950: #30030E;
}