Black
#1A052E
PurpleColor Codes
All color formats for development
HEX
#1A052ERGB
rgb(26, 5, 46)HSL
hsl(271, 80%, 10%)OKLCH
oklch(0.184 0.079 303.1)CMYK
cmyk(43%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180529
2#150425
3#120420
4#10031C
5#0D0317
6#0A0212
7#08020E
8#050109
9#030105
Tints
Lighter variations
1#320A57
2#490E81
3#6113AA
4#7817D3
5#8F30E8
6#A65AED
7#BC83F1
8#D2ACF6
9#E9D6FA
Tones
Muted variations
1#1A072C
2#1A092A
3#1A0B28
4#1A0D26
5#1A0F24
6#1A1122
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 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC3 #DFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C695 #C695F3 | BordersInactive statesPlaceholder text |
| 400 | A85E #A85EED | Disabled statesSecondary iconsMuted text |
| 500 | 8F30 #8F30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7316 #7316CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C12 #5C12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 410D #410D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A08 #2A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1A05 #1A052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FD;
--black-100: #EEDFFB;
--black-200: #DFC3F8;
--black-300: #C695F3;
--black-400: #A85EED;
--black-500: #8F30E8;
--black-600: #7316CA;
--black-700: #5C12A1;
--black-800: #410D73;
--black-900: #2A0849;
--black-950: #1A052E;
}