Black
#250033
PurpleColor Codes
All color formats for development
HEX
#250033RGB
rgb(37, 0, 51)HSL
hsl(284, 100%, 10%)OKLCH
oklch(0.198 0.098 314.6)CMYK
cmyk(27%, 100%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#22002E
2#1E0029
3#1A0024
4#16001F
5#13001A
6#0F0014
7#0B000F
8#07000A
9#040005
Tints
Lighter variations
1#470061
2#69008F
3#8A00BD
4#AC00EB
5#C21AFF
6#CE47FF
7#DA75FF
8#E7A3FF
9#F3D1FF
Tones
Muted variations
1#240330
2#23052E
3#22082B
4#210A29
5#1F0D26
6#1E0F24
7#1D1221
8#1C141F
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF0 #FBF0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DB #F5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDBD #EDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | E08A #E08AFF | BordersInactive statesPlaceholder text |
| 400 | CF4D #CF4DFF | Disabled statesSecondary iconsMuted text |
| 500 | C21A #C21AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | A500 #A500E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8300 #8300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5E00 #5E0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3C00 #3C0052 | Primary textHigh emphasis contentDark headings |
| 950 | 2500 #250033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FBF0FF;
--black-100: #F5DBFF;
--black-200: #EDBDFF;
--black-300: #E08AFF;
--black-400: #CF4DFF;
--black-500: #C21AFF;
--black-600: #A500E0;
--black-700: #8300B3;
--black-800: #5E0080;
--black-900: #3C0052;
--black-950: #250033;
}