Black
#2E0231
PinkColor Codes
All color formats for development
HEX
#2E0231RGB
rgb(46, 2, 49)HSL
hsl(296, 92%, 10%)OKLCH
oklch(0.217 0.096 325.4)CMYK
cmyk(6%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29022C
2#250227
3#200122
4#1B011D
5#170118
6#120114
7#0E010F
8#09000A
9#050005
Tints
Lighter variations
1#57045D
2#800689
3#AA08B5
4#D309E1
5#E823F6
6#EC4FF8
7#F17BF9
8#F6A7FB
9#FAD3FD
Tones
Muted variations
1#2C042F
2#2A072C
3#28092A
4#260B28
5#240E25
6#221023
7#201221
8#1E151E
9#1C171C
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 | F8BF #F8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | F38E #F38EFA | BordersInactive statesPlaceholder text |
| 400 | ED54 #ED54F8 | Disabled statesSecondary iconsMuted text |
| 500 | E823 #E823F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA09 #CA09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A007 #A007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7305 #73057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4903 #49034E | Primary textHigh emphasis contentDark headings |
| 950 | 2E02 #2E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF0FE;
--black-100: #FBDDFE;
--black-200: #F8BFFC;
--black-300: #F38EFA;
--black-400: #ED54F8;
--black-500: #E823F6;
--black-600: #CA09D7;
--black-700: #A007AB;
--black-800: #73057A;
--black-900: #49034E;
--black-950: #2E0231;
}