Black
#14062D
PurpleColor Codes
All color formats for development
HEX
#14062DRGB
rgb(20, 6, 45)HSL
hsl(262, 76%, 10%)OKLCH
oklch(0.176 0.074 294.3)CMYK
cmyk(56%, 87%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120628
2#100524
3#0E041F
4#0C041B
5#0A0316
6#080212
7#06020D
8#040109
9#020104
Tints
Lighter variations
1#270C55
2#39117E
3#4B17A6
4#5E1CCE
5#7535E3
6#915DE9
7#AC86EE
8#C8AEF4
9#E3D7F9
Tones
Muted variations
1#15082B
2#150A29
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 | EAE0 #EAE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C5 #D7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B898 #B898F1 | BordersInactive statesPlaceholder text |
| 400 | 9462 #9462EA | Disabled statesSecondary iconsMuted text |
| 500 | 7535 #7535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 591B #591BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4715 #47159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 330F #330F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 210A #210A48 | Primary textHigh emphasis contentDark headings |
| 950 | 1406 #14062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F2FD;
--black-100: #EAE0FB;
--black-200: #D7C5F7;
--black-300: #B898F1;
--black-400: #9462EA;
--black-500: #7535E3;
--black-600: #591BC5;
--black-700: #47159D;
--black-800: #330F70;
--black-900: #210A48;
--black-950: #14062D;
}