Black
#0F0330
PurpleColor Codes
All color formats for development
HEX
#0F0330RGB
rgb(15, 3, 48)HSL
hsl(256, 88%, 10%)OKLCH
oklch(0.166 0.084 286.8)CMYK
cmyk(69%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E032B
2#0C0226
3#0B0222
4#09021D
5#080218
6#060113
7#05010E
8#03010A
9#020005
Tints
Lighter variations
1#1D065B
2#2A0986
3#380BB1
4#450EDD
5#5D27F1
6#7E52F4
7#9E7EF7
8#BEA9F9
9#DFD4FC
Tones
Muted variations
1#10052E
2#11082B
3#120A29
4#130C27
5#140E25
6#151122
7#161320
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C1 #D0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AC91 #AC91F8 | BordersInactive statesPlaceholder text |
| 400 | 8157 #8157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5D27 #5D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 420D #420DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 350B #350BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2608 #260878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1805 #18054D | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FE;
--black-100: #E6DDFD;
--black-200: #D0C1FB;
--black-300: #AC91F8;
--black-400: #8157F4;
--black-500: #5D27F1;
--black-600: #420DD3;
--black-700: #350BA8;
--black-800: #260878;
--black-900: #18054D;
--black-950: #0F0330;
}