Black
#110231
PurpleColor Codes
All color formats for development
HEX
#110231RGB
rgb(17, 2, 49)HSL
hsl(259, 92%, 10%)OKLCH
oklch(0.168 0.088 289.6)CMYK
cmyk(65%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F022C
2#0E0227
3#0C0122
4#0A011D
5#080118
6#070114
7#05010F
8#03000A
9#020005
Tints
Lighter variations
1#20045D
2#2F0689
3#3F08B5
4#4E09E1
5#6623F6
6#844FF8
7#A37BF9
8#C2A7FB
9#E0D3FD
Tones
Muted variations
1#12042F
2#13072C
3#13092A
4#140B28
5#150E25
6#161023
7#171221
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3BF #D3BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B18E #B18EFA | BordersInactive statesPlaceholder text |
| 400 | 8854 #8854F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6623 #6623F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A09 #4A09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B07 #3B07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A05 #2A057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B03 #1B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1102 #110231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FE;
--black-100: #E7DDFE;
--black-200: #D3BFFC;
--black-300: #B18EFA;
--black-400: #8854F8;
--black-500: #6623F6;
--black-600: #4A09D7;
--black-700: #3B07AB;
--black-800: #2A057A;
--black-900: #1B034E;
--black-950: #110231;
}