Black
#310227
PinkColor Codes
All color formats for development
HEX
#310227RGB
rgb(49, 2, 39)HSL
hsl(313, 92%, 10%)OKLCH
oklch(0.215 0.089 338.5)CMYK
cmyk(0%, 96%, 20%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0223
2#27021F
3#22011B
4#1D0117
5#180113
6#140110
7#0F010C
8#0A0008
9#050004
Tints
Lighter variations
1#5D044A
2#89066D
3#B50890
4#E109B2
5#F623C8
6#F84FD3
7#F97BDE
8#FBA7E9
9#FDD3F4
Tones
Muted variations
1#2F0425
2#2C0724
3#2A0923
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 #FCBFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EE3 | BordersInactive statesPlaceholder text |
| 400 | F854 #F854D4 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F623C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D709AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E033E | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FB;
--black-100: #FEDDF6;
--black-200: #FCBFEF;
--black-300: #FA8EE3;
--black-400: #F854D4;
--black-500: #F623C8;
--black-600: #D709AB;
--black-700: #AB0788;
--black-800: #7A0561;
--black-900: #4E033E;
--black-950: #310227;
}