Black
#30030C
RedColor Codes
All color formats for development
HEX
#30030CRGB
rgb(48, 3, 12)HSL
hsl(348, 88%, 10%)OKLCH
oklch(0.202 0.073 14.1)CMYK
cmyk(0%, 94%, 75%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B030B
2#26020A
3#220208
4#1D0207
5#180206
6#130105
7#0E0104
8#0A0102
9#050001
Tints
Lighter variations
1#5B0617
2#860922
3#B10B2D
4#DD0E37
5#F12750
6#F45273
7#F77E96
8#F9A9B9
9#FCD4DC
Tones
Muted variations
1#2E050D
2#2B080F
3#290A10
4#270C11
5#250E13
6#221114
7#201315
8#1E1517
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45777 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12750 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D35 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78081E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0513 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F3;
--black-100: #FDDDE4;
--black-200: #FBC1CC;
--black-300: #F891A5;
--black-400: #F45777;
--black-500: #F12750;
--black-600: #D30D35;
--black-700: #A80B2A;
--black-800: #78081E;
--black-900: #4D0513;
--black-950: #30030C;
}