Black
#310502
RedColor Codes
All color formats for development
HEX
#310502RGB
rgb(49, 5, 2)HSL
hsl(4, 92%, 10%)OKLCH
oklch(0.206 0.072 30.9)CMYK
cmyk(0%, 90%, 96%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0502
2#270402
3#220401
4#1D0301
5#180301
6#140201
7#0F0201
8#0A0100
9#050100
Tints
Lighter variations
1#5D0A04
2#890E06
3#B51308
4#E11809
5#F63123
6#F85A4F
7#F9837B
8#FBADA7
9#FDD6D3
Tones
Muted variations
1#2F0704
2#2C0907
3#2A0B09
4#280D0B
5#250F0E
6#231110
7#211312
8#1E1515
9#1C1717
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F0 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDF #FEDFDD | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC3 #FCC3BF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA96 #FA968E | BordersInactive statesPlaceholder text |
| 400 | F85F #F85F54 | Disabled statesSecondary iconsMuted text |
| 500 | F631 #F63123 | Primary brand colorCTAsActive elementsLinks |
| 600 | D717 #D71709 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB12 #AB1207 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A0D #7A0D05 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E08 #4E0803 | Primary textHigh emphasis contentDark headings |
| 950 | 3105 #310502 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F0;
--black-100: #FEDFDD;
--black-200: #FCC3BF;
--black-300: #FA968E;
--black-400: #F85F54;
--black-500: #F63123;
--black-600: #D71709;
--black-700: #AB1207;
--black-800: #7A0D05;
--black-900: #4E0803;
--black-950: #310502;
}