Black
#0F0231
PurpleColor Codes
All color formats for development
HEX
#0F0231RGB
rgb(15, 2, 49)HSL
hsl(257, 92%, 10%)OKLCH
oklch(0.165 0.088 286.8)CMYK
cmyk(69%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E022C
2#0C0227
3#0B0122
4#09011D
5#080118
6#060114
7#05010F
8#03000A
9#020005
Tints
Lighter variations
1#1D045D
2#2B0689
3#3908B5
4#4709E1
5#5F23F6
6#7F4FF8
7#9F7BF9
8#BFA7FB
9#DFD3FD
Tones
Muted variations
1#10042F
2#11072C
3#12092A
4#130B28
5#140E25
6#151023
7#161221
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BF #D1BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AD8E #AD8EFA | BordersInactive statesPlaceholder text |
| 400 | 8254 #8254F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5F23 #5F23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4309 #4309D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3607 #3607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2605 #26057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1903 #19034E | Primary textHigh emphasis contentDark headings |
| 950 | 0F02 #0F0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FE;
--black-100: #E6DDFE;
--black-200: #D1BFFC;
--black-300: #AD8EFA;
--black-400: #8254F8;
--black-500: #5F23F6;
--black-600: #4309D7;
--black-700: #3607AB;
--black-800: #26057A;
--black-900: #19034E;
--black-950: #0F0231;
}