Black
#2D0626
PinkColor Codes
All color formats for development
HEX
#2D0626RGB
rgb(45, 6, 38)HSL
hsl(311, 76%, 10%)OKLCH
oklch(0.213 0.078 336.1)CMYK
cmyk(0%, 87%, 16%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#280622
2#24051E
3#1F041A
4#1B0417
5#160313
6#12020F
7#0D020B
8#090108
9#040104
Tints
Lighter variations
1#550C48
2#7E116A
3#A6178C
4#CE1CAE
5#E335C3
6#E95DCF
7#EE86DB
8#F4AEE7
9#F9D7F3
Tones
Muted variations
1#2B0825
2#290A23
3#270C22
4#250E21
5#231020
6#21121E
7#1F141D
8#1D161C
9#1B181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF2FB;
--black-100: #FBE0F6;
--black-200: #F7C5EE;
--black-300: #F198E1;
--black-400: #EA62D1;
--black-500: #E335C3;
--black-600: #C51BA6;
--black-700: #9D1584;
--black-800: #700F5E;
--black-900: #480A3C;
--black-950: #2D0626;
}