Black
#0E0330
PurpleColor Codes
All color formats for development
HEX
#0E0330RGB
rgb(14, 3, 48)HSL
hsl(255, 88%, 10%)OKLCH
oklch(0.165 0.084 285.4)CMYK
cmyk(71%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D032B
2#0B0226
3#0A0222
4#09021D
5#070218
6#060113
7#04010E
8#03010A
9#010005
Tints
Lighter variations
1#1B065B
2#280986
3#350BB1
4#420EDD
5#5A27F1
6#7B52F4
7#9C7EF7
8#BDA9F9
9#DED4FC
Tones
Muted variations
1#0F052E
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 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AB91 #AB91F8 | BordersInactive statesPlaceholder text |
| 400 | 7E57 #7E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5A27 #5A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F0D #3F0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320B #320BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2408 #240878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1705 #17054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FE;
--black-100: #E5DDFD;
--black-200: #CFC1FB;
--black-300: #AB91F8;
--black-400: #7E57F4;
--black-500: #5A27F1;
--black-600: #3F0DD3;
--black-700: #320BA8;
--black-800: #240878;
--black-900: #17054D;
--black-950: #0E0330;
}