Black
#31021D
PinkColor Codes
All color formats for development
HEX
#31021DRGB
rgb(49, 2, 29)HSL
hsl(326, 92%, 10%)OKLCH
oklch(0.21 0.082 350.5)CMYK
cmyk(0%, 96%, 41%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C021A
2#270217
3#220114
4#1D0111
5#18010E
6#14010B
7#0F0109
8#0A0006
9#050003
Tints
Lighter variations
1#5D0436
2#890650
3#B5086A
4#E10984
5#F6239A
6#F84FAE
7#F97BC3
8#FBA7D7
9#FDD3EB
Tones
Muted variations
1#2F041C
2#2C071C
3#2A091C
4#280B1B
5#250E1B
6#23101B
7#21121A
8#1E151A
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ECC | BordersInactive statesPlaceholder text |
| 400 | F854 #F854B1 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F6239A | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7097E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0764 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E032E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F8;
--black-100: #FEDDEF;
--black-200: #FCBFE2;
--black-300: #FA8ECC;
--black-400: #F854B1;
--black-500: #F6239A;
--black-600: #D7097E;
--black-700: #AB0764;
--black-800: #7A0548;
--black-900: #4E032E;
--black-950: #31021D;
}