Black
#310212
PinkColor Codes
All color formats for development
HEX
#310212RGB
rgb(49, 2, 18)HSL
hsl(340, 92%, 10%)OKLCH
oklch(0.205 0.077 5.5)CMYK
cmyk(0%, 96%, 63%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0210
2#27020E
3#22010C
4#1D010B
5#180109
6#140107
7#0F0105
8#0A0004
9#050002
Tints
Lighter variations
1#5D0422
2#890632
3#B50841
4#E10951
5#F62369
6#F84F87
7#F97BA5
8#FBA7C3
9#FDD3E1
Tones
Muted variations
1#2F0412
2#2C0713
3#2A0914
4#280B15
5#250E16
6#231016
7#211217
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB2 | BordersInactive statesPlaceholder text |
| 400 | F854 #F8548A | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62369 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7094E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB073E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A052C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031C | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310212 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F5;
--black-100: #FEDDE8;
--black-200: #FCBFD4;
--black-300: #FA8EB2;
--black-400: #F8548A;
--black-500: #F62369;
--black-600: #D7094E;
--black-700: #AB073E;
--black-800: #7A052C;
--black-900: #4E031C;
--black-950: #310212;
}