Black
#310205
RedColor Codes
All color formats for development
HEX
#310205RGB
rgb(49, 2, 5)HSL
hsl(356, 92%, 10%)OKLCH
oklch(0.201 0.076 23.1)CMYK
cmyk(0%, 96%, 90%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0205
2#270204
3#220104
4#1D0103
5#180103
6#140102
7#0F0102
8#0A0001
9#050001
Tints
Lighter variations
1#5D040A
2#89060E
3#B50813
4#E10918
5#F62331
6#F84F5A
7#F97B83
8#FBA7AD
9#FDD3D6
Tones
Muted variations
1#2F0407
2#2C0709
3#2A090B
4#280B0D
5#250E0F
6#231011
7#211213
8#1E1515
9#1C1717
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFC3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8E96 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8545F | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62331 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70917 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0712 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A050D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0308 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310205 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F1;
--black-100: #FEDDDF;
--black-200: #FCBFC3;
--black-300: #FA8E96;
--black-400: #F8545F;
--black-500: #F62331;
--black-600: #D70917;
--black-700: #AB0712;
--black-800: #7A050D;
--black-900: #4E0308;
--black-950: #310205;
}