Black
#30031C
PinkColor Codes
All color formats for development
HEX
#30031CRGB
rgb(48, 3, 28)HSL
hsl(327, 88%, 10%)OKLCH
oklch(0.209 0.078 351.4)CMYK
cmyk(0%, 94%, 42%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0319
2#260216
3#220213
4#1D0211
5#18020E
6#13010B
7#0E0108
8#0A0106
9#050003
Tints
Lighter variations
1#5B0635
2#86094E
3#B10B67
4#DD0E80
5#F12796
6#F452AB
7#F77EC0
8#F9A9D5
9#FCD4EA
Tones
Muted variations
1#2E051C
2#2B081B
3#290A1B
4#270C1B
5#250E1B
6#22111A
7#20131A
8#1E151A
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CA | BordersInactive statesPlaceholder text |
| 400 | F457 #F457AE | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12796 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052C | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F8;
--black-100: #FDDDEF;
--black-200: #FBC1E1;
--black-300: #F891CA;
--black-400: #F457AE;
--black-500: #F12796;
--black-600: #D30D7A;
--black-700: #A80B61;
--black-800: #780845;
--black-900: #4D052C;
--black-950: #30031C;
}