Black
#150330
PurpleColor Codes
All color formats for development
HEX
#150330RGB
rgb(21, 3, 48)HSL
hsl(264, 88%, 10%)OKLCH
oklch(0.174 0.084 295.4)CMYK
cmyk(56%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13032B
2#110226
3#0F0222
4#0D021D
5#0B0218
6#080113
7#06010E
8#04010A
9#020005
Tints
Lighter variations
1#28065B
2#3B0986
3#4E0BB1
4#610EDD
5#7827F1
6#9352F4
7#AE7EF7
8#C9A9F9
9#E4D4FC
Tones
Muted variations
1#15052E
2#16082B
3#160A29
4#170C27
5#170E25
6#181122
7#181320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADD #EADDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C1 #D8C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | BA91 #BA91F8 | BordersInactive statesPlaceholder text |
| 400 | 9657 #9657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7827 #7827F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C0D #5C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0B #4A0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3508 #350878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2205 #22054D | Primary textHigh emphasis contentDark headings |
| 950 | 1503 #150330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FE;
--black-100: #EADDFD;
--black-200: #D8C1FB;
--black-300: #BA91F8;
--black-400: #9657F4;
--black-500: #7827F1;
--black-600: #5C0DD3;
--black-700: #4A0BA8;
--black-800: #350878;
--black-900: #22054D;
--black-950: #150330;
}