Black
#13042F
PurpleColor Codes
All color formats for development
HEX
#13042FRGB
rgb(19, 4, 47)HSL
hsl(261, 84%, 10%)OKLCH
oklch(0.172 0.081 292.7)CMYK
cmyk(60%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#11042A
2#0F0326
3#0D0321
4#0B021C
5#0A0217
6#080213
7#06010E
8#040109
9#020005
Tints
Lighter variations
1#240859
2#350B83
3#470FAE
4#5813D8
5#6F2CED
6#8C56F0
7#A980F4
8#C6ABF8
9#E2D5FB
Tones
Muted variations
1#14062D
2#14082B
3#150B28
4#160D26
5#160F24
6#171122
7#181320
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DE #E9DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C2 #D5C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B693 #B693F6 | BordersInactive statesPlaceholder text |
| 400 | 8F5B #8F5BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 6F2C #6F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5412 #5412CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 430E #430EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 300A #300A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F07 #1F074B | Primary textHigh emphasis contentDark headings |
| 950 | 1304 #13042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F1FE;
--black-100: #E9DEFC;
--black-200: #D5C2FA;
--black-300: #B693F6;
--black-400: #8F5BF1;
--black-500: #6F2CED;
--black-600: #5412CE;
--black-700: #430EA4;
--black-800: #300A75;
--black-900: #1F074B;
--black-950: #13042F;
}