Black
#2E052A
PinkColor Codes
All color formats for development
HEX
#2E052ARGB
rgb(46, 5, 42)HSL
hsl(306, 80%, 10%)OKLCH
oklch(0.216 0.084 332.4)CMYK
cmyk(0%, 89%, 9%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290526
2#250421
3#20041D
4#1C0319
5#170315
6#120211
7#0E020D
8#090108
9#050104
Tints
Lighter variations
1#570A4F
2#810E75
3#AA139B
4#D317C0
5#E830D6
6#ED5ADE
7#F183E6
8#F6ACEE
9#FAD6F7
Tones
Muted variations
1#2C0728
2#2A0927
3#280B25
4#260D23
5#240F22
6#221120
7#20131E
8#1E151D
9#1C171B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395EA | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EDF | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490843 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E052A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FC;
--black-100: #FBDFF9;
--black-200: #F8C3F3;
--black-300: #F395EA;
--black-400: #ED5EDF;
--black-500: #E830D6;
--black-600: #CA16B8;
--black-700: #A11292;
--black-800: #730D69;
--black-900: #490843;
--black-950: #2E052A;
}