Black
#31021C
PinkColor Codes
All color formats for development
HEX
#31021CRGB
rgb(49, 2, 28)HSL
hsl(327, 92%, 10%)OKLCH
oklch(0.209 0.081 351.8)CMYK
cmyk(0%, 96%, 43%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0219
2#270216
3#220113
4#1D0111
5#18010E
6#14010B
7#0F0108
8#0A0006
9#050003
Tints
Lighter variations
1#5D0435
2#89064E
3#B50867
4#E10980
5#F62397
6#F84FAC
7#F97BC0
8#FBA7D5
9#FDD3EA
Tones
Muted variations
1#2F041C
2#2C071B
3#2A091B
4#280B1B
5#250E1B
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 #FEDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ECA | BordersInactive statesPlaceholder text |
| 400 | F854 #F854AE | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62397 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7097B | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0761 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E032D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F8;
--black-100: #FEDDEF;
--black-200: #FCBFE1;
--black-300: #FA8ECA;
--black-400: #F854AE;
--black-500: #F62397;
--black-600: #D7097B;
--black-700: #AB0761;
--black-800: #7A0546;
--black-900: #4E032D;
--black-950: #31021C;
}