Black
#300310
PinkColor Codes
All color formats for development
HEX
#300310RGB
rgb(48, 3, 16)HSL
hsl(343, 88%, 10%)OKLCH
oklch(0.204 0.074 8.5)CMYK
cmyk(0%, 94%, 67%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B030E
2#26020D
3#22020B
4#1D0209
5#180208
6#130106
7#0E0105
8#0A0103
9#050002
Tints
Lighter variations
1#5B061E
2#86092C
3#B10B3A
4#DD0E49
5#F12760
6#F45280
7#F77EA0
8#F9A9C0
9#FCD4DF
Tones
Muted variations
1#2E0511
2#2B0812
3#290A13
4#270C14
5#250E15
6#221116
7#201317
8#1E1518
9#1C1719
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AE | BordersInactive statesPlaceholder text |
| 400 | F457 #F45784 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12760 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D45 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780827 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0519 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300310 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F4;
--black-100: #FDDDE6;
--black-200: #FBC1D1;
--black-300: #F891AE;
--black-400: #F45784;
--black-500: #F12760;
--black-600: #D30D45;
--black-700: #A80B37;
--black-800: #780827;
--black-900: #4D0519;
--black-950: #300310;
}