Black
#2A0132
PinkColor Codes
All color formats for development
HEX
#2A0132RGB
rgb(42, 1, 50)HSL
hsl(290, 96%, 10%)OKLCH
oklch(0.208 0.097 320.6)CMYK
cmyk(16%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26012D
2#210128
3#1D0123
4#19011E
5#150119
6#110014
7#0D000F
8#08000A
9#040005
Tints
Lighter variations
1#4F025F
2#75038C
3#9B04B9
4#C005E6
5#D61EFA
6#DE4BFB
7#E678FC
8#EEA5FD
9#F7D2FE
Tones
Muted variations
1#280330
2#27062D
3#25082B
4#230B28
5#220D26
6#201023
7#1E1221
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DC #F9DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BE #F3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EA8C #EA8CFD | BordersInactive statesPlaceholder text |
| 400 | DF50 #DF50FB | Disabled statesSecondary iconsMuted text |
| 500 | D61E #D61EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | B804 #B804DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9204 #9204AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6903 #69037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4302 #430250 | Primary textHigh emphasis contentDark headings |
| 950 | 2A01 #2A0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FF;
--black-100: #F9DCFE;
--black-200: #F3BEFE;
--black-300: #EA8CFD;
--black-400: #DF50FB;
--black-500: #D61EFA;
--black-600: #B804DC;
--black-700: #9204AF;
--black-800: #69037D;
--black-900: #430250;
--black-950: #2A0132;
}