Black
#2D052E
PinkColor Codes
All color formats for development
HEX
#2D052ERGB
rgb(45, 5, 46)HSL
hsl(299, 80%, 10%)OKLCH
oklch(0.217 0.087 327)CMYK
cmyk(2%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#290529
2#240425
3#200420
4#1B031C
5#170317
6#120212
7#0E020E
8#090109
9#050105
Tints
Lighter variations
1#560A57
2#7F0E81
3#A713AA
4#D017D3
5#E530E8
6#EA5AED
7#EF83F1
8#F5ACF6
9#FAD6FA
Tones
Muted variations
1#2B072C
2#29092A
3#270B28
4#250D26
5#230F24
6#211122
7#1F1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C3 #F7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F295 #F295F3 | BordersInactive statesPlaceholder text |
| 400 | EB5E #EB5EED | Disabled statesSecondary iconsMuted text |
| 500 | E530 #E530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C716 #C716CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E12 #9E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710D #710D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4808 #480849 | Primary textHigh emphasis contentDark headings |
| 950 | 2D05 #2D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF1FD;
--black-100: #FBDFFB;
--black-200: #F7C3F8;
--black-300: #F295F3;
--black-400: #EB5EED;
--black-500: #E530E8;
--black-600: #C716CA;
--black-700: #9E12A1;
--black-800: #710D73;
--black-900: #480849;
--black-950: #2D052E;
}