Black
#140330
PurpleColor Codes
All color formats for development
HEX
#140330RGB
rgb(20, 3, 48)HSL
hsl(263, 88%, 10%)OKLCH
oklch(0.173 0.084 294)CMYK
cmyk(58%, 94%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12032B
2#100226
3#0E0222
4#0C021D
5#0A0218
6#080113
7#06010E
8#04010A
9#020005
Tints
Lighter variations
1#27065B
2#390986
3#4B0BB1
4#5D0EDD
5#7527F1
6#9052F4
7#AC7EF7
8#C8A9F9
9#E3D4FC
Tones
Muted variations
1#15052E
2#15082B
3#160A29
4#160C27
5#170E25
6#171122
7#181320
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C1 #D7C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B891 #B891F8 | BordersInactive statesPlaceholder text |
| 400 | 9357 #9357F4 | Disabled statesSecondary iconsMuted text |
| 500 | 7527 #7527F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 590D #590DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 470B #470BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3308 #330878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2005 #20054D | Primary textHigh emphasis contentDark headings |
| 950 | 1403 #140330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FE;
--black-100: #E9DDFD;
--black-200: #D7C1FB;
--black-300: #B891F8;
--black-400: #9357F4;
--black-500: #7527F1;
--black-600: #590DD3;
--black-700: #470BA8;
--black-800: #330878;
--black-900: #20054D;
--black-950: #140330;
}