Black
#310226
PinkColor Codes
All color formats for development
HEX
#310226RGB
rgb(49, 2, 38)HSL
hsl(314, 92%, 10%)OKLCH
oklch(0.215 0.088 339.6)CMYK
cmyk(0%, 96%, 22%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0222
2#27021E
3#22011B
4#1D0117
5#180113
6#14010F
7#0F010B
8#0A0008
9#050004
Tints
Lighter variations
1#5D0448
2#89066A
3#B5088D
4#E109AF
5#F623C5
6#F84FD0
7#F97BDC
8#FBA7E8
9#FDD3F3
Tones
Muted variations
1#2F0425
2#2C0724
3#2A0922
4#280B21
5#250E20
6#23101F
7#21121D
8#1E151C
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EE1 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854D2 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0785 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A055F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E033D | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FB;
--black-100: #FEDDF6;
--black-200: #FCBFEE;
--black-300: #FA8EE1;
--black-400: #F854D2;
--black-500: #F623C5;
--black-600: #D709A7;
--black-700: #AB0785;
--black-800: #7A055F;
--black-900: #4E033D;
--black-950: #310226;
}