Black
#14072C
PurpleColor Codes
All color formats for development
HEX
#14072CRGB
rgb(20, 7, 44)HSL
hsl(261, 73%, 10%)OKLCH
oklch(0.177 0.071 294.4)CMYK
cmyk(55%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120628
2#100623
3#0E051F
4#0C041A
5#0A0316
6#080312
7#06020D
8#040109
9#020104
Tints
Lighter variations
1#260D54
2#38137C
3#4A19A3
4#5C20CB
5#7338E0
6#8F60E6
7#AB88EC
8#C7B0F3
9#E3D7F9
Tones
Muted variations
1#14092A
2#150B28
3#160C27
4#160E25
5#171023
6#171221
7#18141F
8#18161D
9#19181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E0 #E9E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B89A #B89AEF | BordersInactive statesPlaceholder text |
| 400 | 9265 #9265E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7338 #7338E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 581E #581EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4618 #46189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3211 #32116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 200B #200B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1407 #14072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F2FD;
--black-100: #E9E0FA;
--black-200: #D7C6F6;
--black-300: #B89AEF;
--black-400: #9265E7;
--black-500: #7338E0;
--black-600: #581EC2;
--black-700: #46189A;
--black-800: #32116E;
--black-900: #200B47;
--black-950: #14072C;
}