Black
#2D0231
PinkColor Codes
All color formats for development
HEX
#2D0231RGB
rgb(45, 2, 49)HSL
hsl(295, 92%, 10%)OKLCH
oklch(0.215 0.095 324.4)CMYK
cmyk(8%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29022C
2#240227
3#200122
4#1B011D
5#170118
6#120114
7#0E010F
8#09000A
9#050005
Tints
Lighter variations
1#56045D
2#7E0689
3#A708B5
4#CF09E1
5#E423F6
6#EA4FF8
7#EF7BF9
8#F4A7FB
9#FAD3FD
Tones
Muted variations
1#2B042F
2#29072C
3#27092A
4#250B28
5#230E25
6#211023
7#1F1221
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF0 #FDF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDD #FBDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7BF #F7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | F18E #F18EFA | BordersInactive statesPlaceholder text |
| 400 | EA54 #EA54F8 | Disabled statesSecondary iconsMuted text |
| 500 | E423 #E423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C609 #C609D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E07 #9E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7105 #71057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4803 #48034E | Primary textHigh emphasis contentDark headings |
| 950 | 2D02 #2D0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF0FE;
--black-100: #FBDDFE;
--black-200: #F7BFFC;
--black-300: #F18EFA;
--black-400: #EA54F8;
--black-500: #E423F6;
--black-600: #C609D7;
--black-700: #9E07AB;
--black-800: #71057A;
--black-900: #48034E;
--black-950: #2D0231;
}