Black
#310211
PinkColor Codes
All color formats for development
HEX
#310211RGB
rgb(49, 2, 17)HSL
hsl(341, 92%, 10%)OKLCH
oklch(0.205 0.077 6.9)CMYK
cmyk(0%, 96%, 65%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C020F
2#27020E
3#22010C
4#1D010A
5#180108
6#140107
7#0F0105
8#0A0003
9#050002
Tints
Lighter variations
1#5D0420
2#89062F
3#B5083F
4#E1094E
5#F62366
6#F84F84
7#F97BA3
8#FBA7C2
9#FDD3E0
Tones
Muted variations
1#2F0412
2#2C0713
3#2A0913
4#280B14
5#250E15
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 #FEDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB1 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85488 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62366 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D7094A | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB073B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A052A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E031B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310211 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F5;
--black-100: #FEDDE7;
--black-200: #FCBFD3;
--black-300: #FA8EB1;
--black-400: #F85488;
--black-500: #F62366;
--black-600: #D7094A;
--black-700: #AB073B;
--black-800: #7A052A;
--black-900: #4E031B;
--black-950: #310211;
}