Black
#250132
PurpleColor Codes
All color formats for development
HEX
#250132RGB
rgb(37, 1, 50)HSL
hsl(284, 96%, 10%)OKLCH
oklch(0.199 0.095 315.2)CMYK
cmyk(26%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#21012D
2#1E0128
3#1A0123
4#16011E
5#120119
6#0F0014
7#0B000F
8#07000A
9#040005
Tints
Lighter variations
1#46025F
2#67038C
3#8904B9
4#AA05E6
5#C01EFA
6#CC4BFB
7#D978FC
8#E6A5FD
9#F2D2FE
Tones
Muted variations
1#240330
2#23062D
3#21082B
4#200B28
5#1F0D26
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 | F5DC #F5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBE #EDBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | DF8C #DF8CFD | BordersInactive statesPlaceholder text |
| 400 | CE50 #CE50FB | Disabled statesSecondary iconsMuted text |
| 500 | C01E #C01EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | A204 #A204DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8104 #8104AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C03 #5C037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B02 #3B0250 | Primary textHigh emphasis contentDark headings |
| 950 | 2501 #250132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF0FF;
--black-100: #F5DCFE;
--black-200: #EDBEFE;
--black-300: #DF8CFD;
--black-400: #CE50FB;
--black-500: #C01EFA;
--black-600: #A204DC;
--black-700: #8104AF;
--black-800: #5C037D;
--black-900: #3B0250;
--black-950: #250132;
}