Black
#0F052E
PurpleColor Codes
All color formats for development
HEX
#0F052ERGB
rgb(15, 5, 46)HSL
hsl(255, 80%, 10%)OKLCH
oklch(0.168 0.078 286.7)CMYK
cmyk(67%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E0529
2#0C0425
3#0B0420
4#09031C
5#080317
6#060212
7#05020E
8#030109
9#020105
Tints
Lighter variations
1#1D0A57
2#2B0E81
3#3913AA
4#4617D3
5#5E30E8
6#7E5AED
7#9F83F1
8#BFACF6
9#DFD6FA
Tones
Muted variations
1#10072C
2#11092A
3#120B28
4#130D26
5#140F24
6#151122
7#161320
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AD95 #AD95F3 | BordersInactive statesPlaceholder text |
| 400 | 825E #825EED | Disabled statesSecondary iconsMuted text |
| 500 | 5E30 #5E30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4316 #4316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3612 #3612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 260D #260D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1808 #180849 | Primary textHigh emphasis contentDark headings |
| 950 | 0F05 #0F052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F1FD;
--black-100: #E6DFFB;
--black-200: #D1C3F8;
--black-300: #AD95F3;
--black-400: #825EED;
--black-500: #5E30E8;
--black-600: #4316CA;
--black-700: #3612A1;
--black-800: #260D73;
--black-900: #180849;
--black-950: #0F052E;
}