Black
#31020A
RedColor Codes
All color formats for development
HEX
#31020ARGB
rgb(49, 2, 10)HSL
hsl(350, 92%, 10%)OKLCH
oklch(0.203 0.076 16.3)CMYK
cmyk(0%, 96%, 80%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0209
2#270208
3#220107
4#1D0106
5#180105
6#140104
7#0F0103
8#0A0002
9#050001
Tints
Lighter variations
1#5D0413
2#89061C
3#B50824
4#E1092D
5#F62346
6#F84F6B
7#F97B90
8#FBA7B5
9#FDD3DA
Tones
Muted variations
1#2F040B
2#2C070D
3#2A090F
4#280B10
5#250E12
6#231013
7#211215
8#1E1516
9#1C1718
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFCA | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EA0 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8546F | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62346 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7092B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0723 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0519 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0310 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31020A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F3;
--black-100: #FEDDE2;
--black-200: #FCBFCA;
--black-300: #FA8EA0;
--black-400: #F8546F;
--black-500: #F62346;
--black-600: #D7092B;
--black-700: #AB0723;
--black-800: #7A0519;
--black-900: #4E0310;
--black-950: #31020A;
}