Black
#14052E
PurpleColor Codes
All color formats for development
HEX
#14052ERGB
rgb(20, 5, 46)HSL
hsl(262, 80%, 10%)OKLCH
oklch(0.175 0.078 294.2)CMYK
cmyk(57%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#120529
2#100425
3#0E0420
4#0C031C
5#0A0317
6#080212
7#06020E
8#040109
9#020105
Tints
Lighter variations
1#260A57
2#380E81
3#4A13AA
4#5C17D3
5#7430E8
6#905AED
7#AB83F1
8#C7ACF6
9#E3D6FA
Tones
Muted variations
1#15072C
2#15092A
3#160B28
4#160D26
5#170F24
6#171122
7#181320
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DF #E9DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C3 #D7C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B895 #B895F3 | BordersInactive statesPlaceholder text |
| 400 | 935E #935EED | Disabled statesSecondary iconsMuted text |
| 500 | 7430 #7430E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5816 #5816CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4612 #4612A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 320D #320D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2008 #200849 | Primary textHigh emphasis contentDark headings |
| 950 | 1405 #14052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FD;
--black-100: #E9DFFB;
--black-200: #D7C3F8;
--black-300: #B895F3;
--black-400: #935EED;
--black-500: #7430E8;
--black-600: #5816CA;
--black-700: #4612A1;
--black-800: #320D73;
--black-900: #200849;
--black-950: #14052E;
}