Black
#310231
PinkColor Codes
All color formats for development
HEX
#310231RGB
rgb(49, 2, 49)HSL
hsl(300, 92%, 10%)OKLCH
oklch(0.222 0.097 328.3)CMYK
cmyk(0%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C022C
2#270227
3#220122
4#1D011D
5#180118
6#140114
7#0F010F
8#0A000A
9#050005
Tints
Lighter variations
1#5D045D
2#890689
3#B508B5
4#E109E1
5#F623F6
6#F84FF8
7#F97BF9
8#FBA7FB
9#FDD3FD
Tones
Muted variations
1#2F042F
2#2C072C
3#2A092A
4#280B28
5#250E25
6#231023
7#211221
8#1E151E
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EFA | BordersInactive statesPlaceholder text |
| 400 | F854 #F854F8 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E034E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FE;
--black-100: #FEDDFE;
--black-200: #FCBFFC;
--black-300: #FA8EFA;
--black-400: #F854F8;
--black-500: #F623F6;
--black-600: #D709D7;
--black-700: #AB07AB;
--black-800: #7A057A;
--black-900: #4E034E;
--black-950: #310231;
}