Black
#31022D
PinkColor Codes
All color formats for development
HEX
#31022DRGB
rgb(49, 2, 45)HSL
hsl(305, 92%, 10%)OKLCH
oklch(0.22 0.094 332.1)CMYK
cmyk(0%, 96%, 8%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0229
2#270224
3#220120
4#1D011B
5#180117
6#140112
7#0F010E
8#0A0009
9#050005
Tints
Lighter variations
1#5D0456
2#89067E
3#B508A7
4#E109CF
5#F623E4
6#F84FEA
7#F97BEF
8#FBA7F4
9#FDD3FA
Tones
Muted variations
1#2F042B
2#2C0729
3#2A0927
4#280B25
5#250E23
6#231021
7#21121F
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EF1 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854EA | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB079E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0348 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31022D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FD;
--black-100: #FEDDFB;
--black-200: #FCBFF7;
--black-300: #FA8EF1;
--black-400: #F854EA;
--black-500: #F623E4;
--black-600: #D709C6;
--black-700: #AB079E;
--black-800: #7A0571;
--black-900: #4E0348;
--black-950: #31022D;
}