Black
#2B0231
PinkColor Codes
All color formats for development
HEX
#2B0231RGB
rgb(43, 2, 49)HSL
hsl(292, 92%, 10%)OKLCH
oklch(0.211 0.094 322.3)CMYK
cmyk(12%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26022C
2#220227
3#1E0122
4#1A011D
5#150118
6#110114
7#0D010F
8#09000A
9#040005
Tints
Lighter variations
1#51045D
2#780689
3#9E08B5
4#C409E1
5#DA23F6
6#E14FF8
7#E97BF9
8#F0A7FB
9#F8D3FD
Tones
Muted variations
1#29042F
2#27072C
3#26092A
4#240B28
5#220E25
6#201023
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 | F9DD #F9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F4BF #F4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | EC8E #EC8EFA | BordersInactive statesPlaceholder text |
| 400 | E254 #E254F8 | Disabled statesSecondary iconsMuted text |
| 500 | DA23 #DA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | BC09 #BC09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9507 #9507AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6B05 #6B057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4403 #44034E | Primary textHigh emphasis contentDark headings |
| 950 | 2B02 #2B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FDF0FE;
--black-100: #F9DDFE;
--black-200: #F4BFFC;
--black-300: #EC8EFA;
--black-400: #E254F8;
--black-500: #DA23F6;
--black-600: #BC09D7;
--black-700: #9507AB;
--black-800: #6B057A;
--black-900: #44034E;
--black-950: #2B0231;
}