Black
#2F0132
PinkColor Codes
All color formats for development
HEX
#2F0132RGB
rgb(47, 1, 50)HSL
hsl(296, 96%, 10%)OKLCH
oklch(0.218 0.099 325.5)CMYK
cmyk(6%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2A012D
2#250128
3#210123
4#1C011E
5#170119
6#130014
7#0E000F
8#09000A
9#050005
Tints
Lighter variations
1#59025F
2#83038C
3#AD04B9
4#D705E6
5#EC1EFA
6#F04BFB
7#F378FC
8#F7A5FD
9#FBD2FE
Tones
Muted variations
1#2D0330
2#2A062D
3#28082B
4#260B28
5#240D26
6#221023
7#201221
8#1E151E
9#1C171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDC #FCDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9BE #F9BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | F58C #F58CFD | BordersInactive statesPlaceholder text |
| 400 | F050 #F050FB | Disabled statesSecondary iconsMuted text |
| 500 | EC1E #EC1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | CE04 #CE04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A404 #A404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7503 #75037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B02 #4B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2F01 #2F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FEF0FF;
--black-100: #FCDCFE;
--black-200: #F9BEFE;
--black-300: #F58CFD;
--black-400: #F050FB;
--black-500: #EC1EFA;
--black-600: #CE04DC;
--black-700: #A404AF;
--black-800: #75037D;
--black-900: #4B0250;
--black-950: #2F0132;
}