Black
#310222
PinkColor Codes
All color formats for development
HEX
#310222RGB
rgb(49, 2, 34)HSL
hsl(319, 92%, 10%)OKLCH
oklch(0.212 0.085 344.3)CMYK
cmyk(0%, 96%, 31%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C021F
2#27021B
3#220118
4#1D0114
5#180111
6#14010E
7#0F010A
8#0A0007
9#050003
Tints
Lighter variations
1#5D0441
2#89065F
3#B5087E
4#E1099D
5#F623B3
6#F84FC2
7#F97BD1
8#FBA7E1
9#FDD3F0
Tones
Muted variations
1#2F0421
2#2C0720
3#2A0920
4#280B1F
5#250E1E
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 #FCBFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8ED8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854C4 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0337 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FA;
--black-100: #FEDDF3;
--black-200: #FCBFE9;
--black-300: #FA8ED8;
--black-400: #F854C4;
--black-500: #F623B3;
--black-600: #D70996;
--black-700: #AB0777;
--black-800: #7A0555;
--black-900: #4E0337;
--black-950: #310222;
}