Black
#310214
PinkColor Codes
All color formats for development
HEX
#310214RGB
rgb(49, 2, 20)HSL
hsl(337, 92%, 10%)OKLCH
oklch(0.206 0.078 2.8)CMYK
cmyk(0%, 96%, 59%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C0212
2#270210
3#22010E
4#1D010C
5#18010A
6#140108
7#0F0106
8#0A0004
9#050002
Tints
Lighter variations
1#5D0426
2#890638
3#B5084A
4#E1095C
5#F62374
6#F84F8F
7#F97BAB
8#FBA7C7
9#FDD3E3
Tones
Muted variations
1#2F0415
2#2C0715
3#2A0916
4#280B16
5#250E17
6#231017
7#211218
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDD #FEDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCBF #FCBFD7 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8E #FA8EB8 | BordersInactive statesPlaceholder text |
| 400 | F854 #F85493 | Disabled statesSecondary iconsMuted text |
| 500 | F623 #F62374 | Primary brand colorCTAsActive elementsLinks |
| 600 | D709 #D70958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AB07 #AB0746 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A05 #7A0532 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E03 #4E0320 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #310214 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0F6;
--black-100: #FEDDE9;
--black-200: #FCBFD7;
--black-300: #FA8EB8;
--black-400: #F85493;
--black-500: #F62374;
--black-600: #D70958;
--black-700: #AB0746;
--black-800: #7A0532;
--black-900: #4E0320;
--black-950: #310214;
}