Black
#300703
RedColor Codes
All color formats for development
HEX
#300703RGB
rgb(48, 7, 3)HSL
hsl(5, 88%, 10%)OKLCH
oklch(0.207 0.068 31.5)CMYK
cmyk(0%, 85%, 94%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0603
2#260502
3#220502
4#1D0402
5#180302
6#130301
7#0E0201
8#0A0101
9#050100
Tints
Lighter variations
1#5B0D06
2#861309
3#B1190B
4#DD1F0E
5#F13827
6#F46052
7#F7887E
8#F9AFA9
9#FCD7D4
Tones
Muted variations
1#2E0905
2#2B0B08
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 | FBC6 #FBC6C1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F899 #F89991 | BordersInactive statesPlaceholder text |
| 400 | F464 #F46457 | Disabled statesSecondary iconsMuted text |
| 500 | F138 #F13827 | Primary brand colorCTAsActive elementsLinks |
| 600 | D31E #D31E0D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A818 #A8180B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7811 #781108 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D0B #4D0B05 | Primary textHigh emphasis contentDark headings |
| 950 | 3007 #300703 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF2F1;
--black-100: #FDE0DD;
--black-200: #FBC6C1;
--black-300: #F89991;
--black-400: #F46457;
--black-500: #F13827;
--black-600: #D31E0D;
--black-700: #A8180B;
--black-800: #781108;
--black-900: #4D0B05;
--black-950: #300703;
}