Black
#30031E
PinkColor Codes
All color formats for development
HEX
#30031ERGB
rgb(48, 3, 30)HSL
hsl(324, 88%, 10%)OKLCH
oklch(0.21 0.08 348.7)CMYK
cmyk(0%, 94%, 37%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B031B
2#260218
3#220215
4#1D0212
5#18020F
6#13010C
7#0E0109
8#0A0106
9#050003
Tints
Lighter variations
1#5B0639
2#860954
3#B10B6F
4#DD0E8A
5#F127A0
6#F452B3
7#F77EC6
8#F9A9D9
9#FCD4EC
Tones
Muted variations
1#2E051E
2#2B081D
3#290A1D
4#270C1C
5#250E1C
6#22111B
7#20131B
8#1E151A
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CF | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78084B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0530 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F9;
--black-100: #FDDDF0;
--black-200: #FBC1E4;
--black-300: #F891CF;
--black-400: #F457B5;
--black-500: #F127A0;
--black-600: #D30D84;
--black-700: #A80B69;
--black-800: #78084B;
--black-900: #4D0530;
--black-950: #30031E;
}