Black
#300603
RedColor Codes
All color formats for development
HEX
#300603RGB
rgb(48, 6, 3)HSL
hsl(4, 88%, 10%)OKLCH
oklch(0.205 0.069 30.4)CMYK
cmyk(0%, 87%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0503
2#260502
3#220402
4#1D0402
5#180302
6#130201
7#0E0201
8#0A0101
9#050100
Tints
Lighter variations
1#5B0B06
2#861109
3#B1160B
4#DD1C0E
5#F13527
6#F45D52
7#F7867E
8#F9AEA9
9#FCD7D4
Tones
Muted variations
1#2E0805
2#2B0A08
3#290C0A
4#270E0C
5#25100E
6#221211
7#201413
8#1E1615
9#1C1817
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF2 #FEF2F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDE0 #FDE0DD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC5 #FBC5C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F898 #F89891 | BordersInactive statesPlaceholder text |
| 400 | F462 #F46257 | Disabled statesSecondary iconsMuted text |
| 500 | F135 #F13527 | Primary brand colorCTAsActive elementsLinks |
| 600 | D31B #D31B0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A815 #A8150B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 780F #780F08 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0A #4D0A05 | Primary textHigh emphasis contentDark headings |
| 950 | 3006 #300603 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF2F1;
--black-100: #FDE0DD;
--black-200: #FBC5C1;
--black-300: #F89891;
--black-400: #F46257;
--black-500: #F13527;
--black-600: #D31B0D;
--black-700: #A8150B;
--black-800: #780F08;
--black-900: #4D0A05;
--black-950: #300603;
}