Black
#31021E
PinkColor Codes
All color formats for development
HEX
#31021ERGB
rgb(49, 2, 30)HSL
hsl(324, 92%, 10%)OKLCH
oklch(0.21 0.083 349.2)CMYK
cmyk(0%, 96%, 39%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C021B
2#270218
3#220115
4#1D0112
5#18010F
6#14010C
7#0F0109
8#0A0006
9#050003
Tints
Lighter variations
1#5D0439
2#890655
3#B50870
4#E1098B
5#F623A1
6#F84FB4
7#F97BC7
8#FBA7DA
9#FDD3EC
Tones
Muted variations
1#2F041E
2#2C071D
3#2A091D
4#280B1C
5#250E1C
6#23101B
7#21121B
8#1E151A
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ECF | BordersInactive statesPlaceholder text |
| 400 | F854 #F854B6 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB076A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A054B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0330 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F9;
--black-100: #FEDDF0;
--black-200: #FCBFE4;
--black-300: #FA8ECF;
--black-400: #F854B6;
--black-500: #F623A1;
--black-600: #D70985;
--black-700: #AB076A;
--black-800: #7A054B;
--black-900: #4E0330;
--black-950: #31021E;
}