Black
#310218
PinkColor Codes
All color formats for development
HEX
#310218RGB
rgb(49, 2, 24)HSL
hsl(332, 92%, 10%)OKLCH
oklch(0.207 0.079 357.2)CMYK
cmyk(0%, 96%, 51%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0216
2#270213
3#220111
4#1D010E
5#18010C
6#14010A
7#0F0107
8#0A0005
9#050002
Tints
Lighter variations
1#5D042D
2#890643
3#B50859
4#E1096E
5#F62385
6#F84F9E
7#F97BB6
8#FBA7CE
9#FDD3E7
Tones
Muted variations
1#2F0418
2#2C0718
3#2A0918
4#280B19
5#250E19
6#231019
7#211219
8#1E1519
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EC1 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854A0 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62385 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70969 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0754 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A053C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0326 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310218 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F7;
--black-100: #FEDDEC;
--black-200: #FCBFDC;
--black-300: #FA8EC1;
--black-400: #F854A0;
--black-500: #F62385;
--black-600: #D70969;
--black-700: #AB0754;
--black-800: #7A053C;
--black-900: #4E0326;
--black-950: #310218;
}