Black
#290231
PinkColor Codes
All color formats for development
HEX
#290231RGB
rgb(41, 2, 49)HSL
hsl(290, 92%, 10%)OKLCH
oklch(0.207 0.094 320.2)CMYK
cmyk(16%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#25022C
2#210227
3#1D0122
4#19011D
5#150118
6#100114
7#0C010F
8#08000A
9#040005
Tints
Lighter variations
1#4E045D
2#730689
3#9808B5
4#BD09E1
5#D323F6
6#DC4FF8
7#E47BF9
8#EDA7FB
9#F6D3FD
Tones
Muted variations
1#28042F
2#26072C
3#24092A
4#230B28
5#210E25
6#201023
7#1E1221
8#1D151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF0 #FCF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2BF #F2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | E88E #E88EFA | BordersInactive statesPlaceholder text |
| 400 | DC54 #DC54F8 | Disabled statesSecondary iconsMuted text |
| 500 | D323 #D323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | B509 #B509D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9007 #9007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6705 #67057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4203 #42034E | Primary textHigh emphasis contentDark headings |
| 950 | 2902 #290231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FCF0FE;
--black-100: #F8DDFE;
--black-200: #F2BFFC;
--black-300: #E88EFA;
--black-400: #DC54F8;
--black-500: #D323F6;
--black-600: #B509D7;
--black-700: #9007AB;
--black-800: #67057A;
--black-900: #42034E;
--black-950: #290231;
}