Black
#240330
PurpleColor Codes
All color formats for development
HEX
#240330RGB
rgb(36, 3, 48)HSL
hsl(284, 88%, 10%)OKLCH
oklch(0.199 0.088 315.3)CMYK
cmyk(25%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20032B
2#1D0226
3#190222
4#16021D
5#120218
6#0E0113
7#0B010E
8#07010A
9#040005
Tints
Lighter variations
1#44065B
2#650986
3#850BB1
4#A50EDD
5#BB27F1
6#C952F4
7#D67EF7
8#E4A9F9
9#F1D4FC
Tones
Muted variations
1#23052E
2#22082B
3#210A29
4#200C27
5#1F0E25
6#1E1122
7#1D1320
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF1 #FAF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC1 #EBC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | DC91 #DC91F8 | BordersInactive statesPlaceholder text |
| 400 | CA57 #CA57F4 | Disabled statesSecondary iconsMuted text |
| 500 | BB27 #BB27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E0D #9E0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7E0B #7E0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A08 #5A0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3A05 #3A054D | Primary textHigh emphasis contentDark headings |
| 950 | 2403 #240330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF1FE;
--black-100: #F4DDFD;
--black-200: #EBC1FB;
--black-300: #DC91F8;
--black-400: #CA57F4;
--black-500: #BB27F1;
--black-600: #9E0DD3;
--black-700: #7E0BA8;
--black-800: #5A0878;
--black-900: #3A054D;
--black-950: #240330;
}