Black
#150231
PurpleColor Codes
All color formats for development
HEX
#150231RGB
rgb(21, 2, 49)HSL
hsl(264, 92%, 10%)OKLCH
oklch(0.173 0.088 295.3)CMYK
cmyk(57%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13022C
2#110227
3#0F0122
4#0C011D
5#0A0118
6#080114
7#06010F
8#04000A
9#020005
Tints
Lighter variations
1#28045D
2#3A0689
3#4D08B5
4#6009E1
5#7723F6
6#924FF8
7#AD7BF9
8#C9A7FB
9#E4D3FD
Tones
Muted variations
1#15042F
2#16072C
3#16092A
4#170B28
5#170E25
6#181023
7#181221
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8BF #D8BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | BA8E #BA8EFA | BordersInactive statesPlaceholder text |
| 400 | 9554 #9554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7723 #7723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C09 #5C09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4907 #4907AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3405 #34057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2103 #21034E | Primary textHigh emphasis contentDark headings |
| 950 | 1502 #150231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F0FE;
--black-100: #EADDFE;
--black-200: #D8BFFC;
--black-300: #BA8EFA;
--black-400: #9554F8;
--black-500: #7723F6;
--black-600: #5C09D7;
--black-700: #4907AB;
--black-800: #34057A;
--black-900: #21034E;
--black-950: #150231;
}