Black
#2A0330
PinkColor Codes
All color formats for development
HEX
#2A0330RGB
rgb(42, 3, 48)HSL
hsl(292, 88%, 10%)OKLCH
oklch(0.21 0.091 322.1)CMYK
cmyk(13%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26032B
2#220226
3#1D0222
4#19021D
5#150218
6#110113
7#0D010E
8#08010A
9#040005
Tints
Lighter variations
1#50065B
2#750986
3#9B0BB1
4#C10EDD
5#D627F1
6#DE52F4
7#E77EF7
8#EFA9F9
9#F7D4FC
Tones
Muted variations
1#28052E
2#27082B
3#250A29
4#230C27
5#220E25
6#201122
7#1E1320
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F9DD #F9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F3C1 #F3C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | EA91 #EA91F8 | BordersInactive statesPlaceholder text |
| 400 | DF57 #DF57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D627 #D627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B90D #B90DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 930B #930BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6908 #690878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4305 #43054D | Primary textHigh emphasis contentDark headings |
| 950 | 2A03 #2A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FE;
--black-100: #F9DDFD;
--black-200: #F3C1FB;
--black-300: #EA91F8;
--black-400: #DF57F4;
--black-500: #D627F1;
--black-600: #B90DD3;
--black-700: #930BA8;
--black-800: #690878;
--black-900: #43054D;
--black-950: #2A0330;
}