Black
#300311
PinkColor Codes
All color formats for development
HEX
#300311RGB
rgb(48, 3, 17)HSL
hsl(341, 88%, 10%)OKLCH
oklch(0.204 0.074 7.1)CMYK
cmyk(0%, 94%, 65%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0310
2#26020E
3#22020C
4#1D020A
5#180209
6#130107
7#0E0105
8#0A0103
9#050002
Tints
Lighter variations
1#5B0621
2#860930
3#B10B40
4#DD0E4F
5#F12767
6#F45286
7#F77EA4
8#F9A9C2
9#FCD4E1
Tones
Muted variations
1#2E0512
2#2B0813
3#290A14
4#270C15
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 #FEF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B1 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45789 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12767 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D4C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78082B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300311 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F5;
--black-100: #FDDDE7;
--black-200: #FBC1D3;
--black-300: #F891B1;
--black-400: #F45789;
--black-500: #F12767;
--black-600: #D30D4C;
--black-700: #A80B3C;
--black-800: #78082B;
--black-900: #4D051C;
--black-950: #300311;
}