Black
#1C052E
PurpleColor Codes
All color formats for development
HEX
#1C052ERGB
rgb(28, 5, 46)HSL
hsl(274, 80%, 10%)OKLCH
oklch(0.187 0.079 306)CMYK
cmyk(39%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#190529
2#170425
3#140420
4#11031C
5#0E0317
6#0B0212
7#08020E
8#060109
9#030105
Tints
Lighter variations
1#360A57
2#4F0E81
3#6813AA
4#8217D3
5#9830E8
6#AD5AED
7#C183F1
8#D6ACF6
9#EAD6FA
Tones
Muted variations
1#1C072C
2#1C092A
3#1B0B28
4#1B0D26
5#1B0F24
6#1B1122
7#1A1320
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E1C3 #E1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CB95 #CB95F3 | BordersInactive statesPlaceholder text |
| 400 | AF5E #AF5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9830 #9830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7C16 #7C16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6312 #6312A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 470D #470D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2D08 #2D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1C05 #1C052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FD;
--black-100: #EFDFFB;
--black-200: #E1C3F8;
--black-300: #CB95F3;
--black-400: #AF5EED;
--black-500: #9830E8;
--black-600: #7C16CA;
--black-700: #6312A1;
--black-800: #470D73;
--black-900: #2D0849;
--black-950: #1C052E;
}