Black
#30031F
PinkColor Codes
All color formats for development
HEX
#30031FRGB
rgb(48, 3, 31)HSL
hsl(323, 88%, 10%)OKLCH
oklch(0.21 0.08 347.4)CMYK
cmyk(0%, 94%, 35%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B031C
2#260219
3#220216
4#1D0212
5#18020F
6#13010C
7#0E0109
8#0A0106
9#050003
Tints
Lighter variations
1#5B063A
2#860956
3#B10B72
4#DD0E8D
5#F127A4
6#F452B6
7#F77EC8
8#F9A9DB
9#FCD4ED
Tones
Muted variations
1#2E051E
2#2B081E
3#290A1D
4#270C1D
5#250E1C
6#22111C
7#20131B
8#1E151B
9#1C171A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D0 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B8 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78084D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0531 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1F9;
--black-100: #FDDDF1;
--black-200: #FBC1E5;
--black-300: #F891D0;
--black-400: #F457B8;
--black-500: #F127A4;
--black-600: #D30D87;
--black-700: #A80B6C;
--black-800: #78084D;
--black-900: #4D0531;
--black-950: #30031F;
}