Black
#320111
PinkColor Codes
All color formats for development
HEX
#320111RGB
rgb(50, 1, 17)HSL
hsl(340, 96%, 10%)OKLCH
oklch(0.205 0.08 6.8)CMYK
cmyk(0%, 98%, 66%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D0110
2#28010E
3#23010C
4#1E010A
5#190109
6#140007
7#0F0005
8#0A0003
9#050002
Tints
Lighter variations
1#5F0221
2#8C0331
3#B90440
4#E60550
5#FA1E68
6#FB4B86
7#FC78A4
8#FDA5C2
9#FED2E1
Tones
Muted variations
1#300312
2#2D0613
3#2B0814
4#280B15
5#260D15
6#231016
7#211217
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBED3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8CB2 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5089 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E68 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC044C | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF043D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D032B | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50021C | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320111 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FFF0F5;
--black-100: #FEDCE7;
--black-200: #FEBED3;
--black-300: #FD8CB2;
--black-400: #FB5089;
--black-500: #FA1E68;
--black-600: #DC044C;
--black-700: #AF043D;
--black-800: #7D032B;
--black-900: #50021C;
--black-950: #320111;
}