Black
#2A0033
PinkColor Codes
All color formats for development
HEX
#2A0033RGB
rgb(42, 0, 51)HSL
hsl(289, 100%, 10%)OKLCH
oklch(0.208 0.1 319.8)CMYK
cmyk(18%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25002E
2#210029
3#1D0024
4#19001F
5#15001A
6#110014
7#0C000F
8#08000A
9#040005
Tints
Lighter variations
1#4F0061
2#75008F
3#9A00BD
4#C000EB
5#D51AFF
6#DD47FF
7#E675FF
8#EEA3FF
9#F7D1FF
Tones
Muted variations
1#280330
2#26052E
3#25082B
4#230A29
5#220D26
6#200F24
7#1E1221
8#1D141F
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DB #F8DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3BD #F3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E98A #E98AFF | BordersInactive statesPlaceholder text |
| 400 | DE4D #DE4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D51A #D51AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B700 #B700E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9200 #9200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6800 #680080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4300 #430052 | Primary textHigh emphasis contentDark headings |
| 950 | 2A00 #2A0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FF;
--black-100: #F8DBFF;
--black-200: #F3BDFF;
--black-300: #E98AFF;
--black-400: #DE4DFF;
--black-500: #D51AFF;
--black-600: #B700E0;
--black-700: #9200B3;
--black-800: #680080;
--black-900: #430052;
--black-950: #2A0033;
}