Black
#290330
PinkColor Codes
All color formats for development
HEX
#290330RGB
rgb(41, 3, 48)HSL
hsl(291, 88%, 10%)OKLCH
oklch(0.208 0.091 321)CMYK
cmyk(15%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25032B
2#210226
3#1D0222
4#19021D
5#150218
6#100113
7#0C010E
8#08010A
9#040005
Tints
Lighter variations
1#4E065B
2#730986
3#980BB1
4#BE0EDD
5#D327F1
6#DC52F4
7#E57EF7
8#EDA9F9
9#F6D4FC
Tones
Muted variations
1#28052E
2#26082B
3#240A29
4#230C27
5#210E25
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 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F8 | BordersInactive statesPlaceholder text |
| 400 | DD57 #DD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D327 #D327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50D #B50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900B #900BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF1FE;
--black-100: #F8DDFD;
--black-200: #F2C1FB;
--black-300: #E891F8;
--black-400: #DD57F4;
--black-500: #D327F1;
--black-600: #B50DD3;
--black-700: #900BA8;
--black-800: #670878;
--black-900: #42054D;
--black-950: #290330;
}