Black
#260132
PinkColor Codes
All color formats for development
HEX
#260132RGB
rgb(38, 1, 50)HSL
hsl(285, 96%, 10%)OKLCH
oklch(0.201 0.095 316.3)CMYK
cmyk(24%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22012D
2#1E0128
3#1A0123
4#17011E
5#130119
6#0F0014
7#0B000F
8#08000A
9#040005
Tints
Lighter variations
1#48025F
2#6A038C
3#8C04B9
4#AE05E6
5#C31EFA
6#CF4BFB
7#DB78FC
8#E7A5FD
9#F3D2FE
Tones
Muted variations
1#250330
2#23062D
3#22082B
4#210B28
5#200D26
6#1E1023
7#1D1221
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F6DC #F6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EEBE #EEBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | E18C #E18CFD | BordersInactive statesPlaceholder text |
| 400 | D150 #D150FB | Disabled statesSecondary iconsMuted text |
| 500 | C31E #C31EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | A604 #A604DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8404 #8404AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E03 #5E037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C02 #3C0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2601 #260132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF0FF;
--black-100: #F6DCFE;
--black-200: #EEBEFE;
--black-300: #E18CFD;
--black-400: #D150FB;
--black-500: #C31EFA;
--black-600: #A604DC;
--black-700: #8404AF;
--black-800: #5E037D;
--black-900: #3C0250;
--black-950: #260132;
}