Black
#31021B
PinkColor Codes
All color formats for development
HEX
#31021BRGB
rgb(49, 2, 27)HSL
hsl(328, 92%, 10%)OKLCH
oklch(0.209 0.081 353.2)CMYK
cmyk(0%, 96%, 45%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0218
2#270216
3#220113
4#1D0110
5#18010E
6#14010B
7#0F0108
8#0A0005
9#050003
Tints
Lighter variations
1#5D0433
2#89064C
3#B50864
4#E1097C
5#F62393
6#F84FA9
7#F97BBE
8#FBA7D4
9#FDD3E9
Tones
Muted variations
1#2F041B
2#2C071B
3#2A091B
4#280B1A
5#250E1A
6#23101A
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 #FEDDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EC8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854AB | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62393 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70977 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB075F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E032B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F8;
--black-100: #FEDDEE;
--black-200: #FCBFE0;
--black-300: #FA8EC8;
--black-400: #F854AB;
--black-500: #F62393;
--black-600: #D70977;
--black-700: #AB075F;
--black-800: #7A0544;
--black-900: #4E032B;
--black-950: #31021B;
}