Black
#290033
PinkColor Codes
All color formats for development
HEX
#290033RGB
rgb(41, 0, 51)HSL
hsl(288, 100%, 10%)OKLCH
oklch(0.206 0.099 318.8)CMYK
cmyk(20%, 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#18001F
5#14001A
6#100014
7#0C000F
8#08000A
9#040005
Tints
Lighter variations
1#4E0061
2#72008F
3#9700BD
4#BC00EB
5#D11AFF
6#DA47FF
7#E375FF
8#EDA3FF
9#F6D1FF
Tones
Muted variations
1#270330
2#26052E
3#24082B
4#230A29
5#210D26
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 | F2BD #F2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E88A #E88AFF | BordersInactive statesPlaceholder text |
| 400 | DB4D #DB4DFF | Disabled statesSecondary iconsMuted text |
| 500 | D11A #D11AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | B400 #B400E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8F00 #8F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6600 #660080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4100 #410052 | Primary textHigh emphasis contentDark headings |
| 950 | 2900 #290033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FF;
--black-100: #F8DBFF;
--black-200: #F2BDFF;
--black-300: #E88AFF;
--black-400: #DB4DFF;
--black-500: #D11AFF;
--black-600: #B400E0;
--black-700: #8F00B3;
--black-800: #660080;
--black-900: #410052;
--black-950: #290033;
}