Black
#310221
PinkColor Codes
All color formats for development
HEX
#310221RGB
rgb(49, 2, 33)HSL
hsl(320, 92%, 10%)OKLCH
oklch(0.212 0.085 345.5)CMYK
cmyk(0%, 96%, 33%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C021E
2#27021B
3#220117
4#1D0114
5#180111
6#14010D
7#0F010A
8#0A0007
9#050003
Tints
Lighter variations
1#5D043F
2#89065D
3#B5087B
4#E10999
5#F623AF
6#F84FBF
7#F97BCF
8#FBA7DF
9#FDD3EF
Tones
Muted variations
1#2F0421
2#2C0720
3#2A091F
4#280B1E
5#250E1D
6#23101D
7#21121C
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ED6 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854C1 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623AF | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0775 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0553 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0335 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FA;
--black-100: #FEDDF3;
--black-200: #FCBFE8;
--black-300: #FA8ED6;
--black-400: #F854C1;
--black-500: #F623AF;
--black-600: #D70993;
--black-700: #AB0775;
--black-800: #7A0553;
--black-900: #4E0335;
--black-950: #310221;
}