Black
#31021F
PinkColor Codes
All color formats for development
HEX
#31021FRGB
rgb(49, 2, 31)HSL
hsl(323, 92%, 10%)OKLCH
oklch(0.211 0.083 348)CMYK
cmyk(0%, 96%, 37%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C021C
2#270219
3#220116
4#1D0113
5#18010F
6#14010C
7#0F0109
8#0A0006
9#050003
Tints
Lighter variations
1#5D043B
2#890657
3#B50873
4#E1098E
5#F623A5
6#F84FB7
7#F97BC9
8#FBA7DB
9#FDD3ED
Tones
Muted variations
1#2F041E
2#2C071E
3#2A091D
4#280B1D
5#250E1C
6#23101C
7#21121B
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ED1 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854B9 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB076C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A054D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0332 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F9;
--black-100: #FEDDF1;
--black-200: #FCBFE5;
--black-300: #FA8ED1;
--black-400: #F854B9;
--black-500: #F623A5;
--black-600: #D70988;
--black-700: #AB076C;
--black-800: #7A054D;
--black-900: #4E0332;
--black-950: #31021F;
}