Black
#120231
PurpleColor Codes
All color formats for development
HEX
#120231RGB
rgb(18, 2, 49)HSL
hsl(260, 92%, 10%)OKLCH
oklch(0.169 0.088 291)CMYK
cmyk(63%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#10022C
2#0E0227
3#0C0122
4#0B011D
5#090118
6#070114
7#05010F
8#04000A
9#020005
Tints
Lighter variations
1#22045D
2#320689
3#4108B5
4#5109E1
5#6923F6
6#874FF8
7#A57BF9
8#C3A7FB
9#E1D3FD
Tones
Muted variations
1#12042F
2#13072C
3#14092A
4#150B28
5#160E25
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 | E8DD #E8DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4BF #D4BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B28E #B28EFA | BordersInactive statesPlaceholder text |
| 400 | 8A54 #8A54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6923 #6923F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4E09 #4E09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3E07 #3E07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2C05 #2C057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1C03 #1C034E | Primary textHigh emphasis contentDark headings |
| 950 | 1202 #120231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FE;
--black-100: #E8DDFE;
--black-200: #D4BFFC;
--black-300: #B28EFA;
--black-400: #8A54F8;
--black-500: #6923F6;
--black-600: #4E09D7;
--black-700: #3E07AB;
--black-800: #2C057A;
--black-900: #1C034E;
--black-950: #120231;
}