Black
#2E052C
PinkColor Codes
All color formats for development
HEX
#2E052CRGB
rgb(46, 5, 44)HSL
hsl(303, 80%, 10%)OKLCH
oklch(0.217 0.086 330.2)CMYK
cmyk(0%, 89%, 4%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290527
2#250423
3#20041F
4#1C031A
5#170316
6#120212
7#0E020D
8#090109
9#050104
Tints
Lighter variations
1#570A53
2#810E7B
3#AA13A2
4#D317CA
5#E830DF
6#ED5AE5
7#F183EC
8#F6ACF2
9#FAD6F9
Tones
Muted variations
1#2C072A
2#2A0928
3#280B26
4#260D25
5#240F23
6#221121
7#20131F
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395EF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EE6 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830DF | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1129A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490846 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FD;
--black-100: #FBDFFA;
--black-200: #F8C3F6;
--black-300: #F395EF;
--black-400: #ED5EE6;
--black-500: #E830DF;
--black-600: #CA16C1;
--black-700: #A1129A;
--black-800: #730D6E;
--black-900: #490846;
--black-950: #2E052C;
}