Black
#2B0132
PinkColor Codes
All color formats for development
HEX
#2B0132RGB
rgb(43, 1, 50)HSL
hsl(291, 96%, 10%)OKLCH
oklch(0.21 0.097 321.6)CMYK
cmyk(14%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26012D
2#220128
3#1E0123
4#1A011E
5#150119
6#110014
7#0D000F
8#09000A
9#040005
Tints
Lighter variations
1#51025F
2#77038C
3#9E04B9
4#C405E6
5#D91EFA
6#E14BFB
7#E878FC
8#F0A5FD
9#F7D2FE
Tones
Muted variations
1#290330
2#27062D
3#25082B
4#240B28
5#220D26
6#201023
7#1F1221
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 | F4BE #F4BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8C #EC8CFD | BordersInactive statesPlaceholder text |
| 400 | E250 #E250FB | Disabled statesSecondary iconsMuted text |
| 500 | D91E #D91EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | BC04 #BC04DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9504 #9504AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B03 #6B037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4402 #440250 | Primary textHigh emphasis contentDark headings |
| 950 | 2B01 #2B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FF;
--black-100: #F9DCFE;
--black-200: #F4BEFE;
--black-300: #EC8CFD;
--black-400: #E250FB;
--black-500: #D91EFA;
--black-600: #BC04DC;
--black-700: #9504AF;
--black-800: #6B037D;
--black-900: #440250;
--black-950: #2B0132;
}