Black
#30032B
PinkColor Codes
All color formats for development
HEX
#30032BRGB
rgb(48, 3, 43)HSL
hsl(307, 88%, 10%)OKLCH
oklch(0.217 0.09 333.2)CMYK
cmyk(0%, 94%, 10%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2B0326
2#260222
3#22021E
4#1D021A
5#180215
6#130111
7#0E010D
8#0A0109
9#050004
Tints
Lighter variations
1#5B0651
2#860978
3#B10B9E
4#DD0EC4
5#F127DA
6#F452E1
7#F77EE9
8#F9A9F0
9#FCD4F8
Tones
Muted variations
1#2E0529
2#2B0827
3#290A26
4#270C24
5#250E22
6#221120
7#20131F
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891EC | BordersInactive statesPlaceholder text |
| 400 | F457 #F457E2 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127DA | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78086B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0544 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30032B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF1FD;
--black-100: #FDDDF9;
--black-200: #FBC1F4;
--black-300: #F891EC;
--black-400: #F457E2;
--black-500: #F127DA;
--black-600: #D30DBC;
--black-700: #A80B95;
--black-800: #78086B;
--black-900: #4D0544;
--black-950: #30032B;
}