Black
#310228
PinkColor Codes
All color formats for development
HEX
#310228RGB
rgb(49, 2, 40)HSL
hsl(311, 92%, 10%)OKLCH
oklch(0.216 0.09 337.4)CMYK
cmyk(0%, 96%, 18%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0224
2#270220
3#22011C
4#1D0118
5#180114
6#140110
7#0F010C
8#0A0008
9#050004
Tints
Lighter variations
1#5D044D
2#890671
3#B50895
4#E109BA
5#F623CF
6#F84FD9
7#F97BE2
8#FBA7EC
9#FDD3F5
Tones
Muted variations
1#2F0427
2#2C0725
3#2A0924
4#280B22
5#250E21
6#23101F
7#21121E
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EE7 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854DA | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623CF | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB078D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0341 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FC;
--black-100: #FEDDF8;
--black-200: #FCBFF1;
--black-300: #FA8EE7;
--black-400: #F854DA;
--black-500: #F623CF;
--black-600: #D709B2;
--black-700: #AB078D;
--black-800: #7A0565;
--black-900: #4E0341;
--black-950: #310228;
}