Black
#310213
PinkColor Codes
All color formats for development
HEX
#310213RGB
rgb(49, 2, 19)HSL
hsl(338, 92%, 10%)OKLCH
oklch(0.205 0.077 4.1)CMYK
cmyk(0%, 96%, 61%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0211
2#27020F
3#22010D
4#1D010C
5#18010A
6#140108
7#0F0106
8#0A0004
9#050002
Tints
Lighter variations
1#5D0425
2#890636
3#B50847
4#E10959
5#F62370
6#F84F8D
7#F97BA9
8#FBA7C6
9#FDD3E2
Tones
Muted variations
1#2F0414
2#2C0714
3#2A0915
4#280B16
5#250E16
6#231017
7#211218
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD6 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB6 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85490 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62370 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70955 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0743 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0530 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310213 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F5;
--black-100: #FEDDE9;
--black-200: #FCBFD6;
--black-300: #FA8EB6;
--black-400: #F85490;
--black-500: #F62370;
--black-600: #D70955;
--black-700: #AB0743;
--black-800: #7A0530;
--black-900: #4E031F;
--black-950: #310213;
}