Black
#1A042F
PurpleColor Codes
All color formats for development
HEX
#1A042FRGB
rgb(26, 4, 47)HSL
hsl(271, 84%, 10%)OKLCH
oklch(0.183 0.082 302.8)CMYK
cmyk(45%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18042A
2#150326
3#120321
4#10021C
5#0D0217
6#0A0213
7#08010E
8#050109
9#030005
Tints
Lighter variations
1#320859
2#490B83
3#610FAE
4#7913D8
5#8F2CED
6#A656F0
7#BC80F4
8#D2ABF8
9#E9D5FB
Tones
Muted variations
1#1A062D
2#1A082B
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 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDE #EEDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DFC2 #DFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C693 #C693F6 | BordersInactive statesPlaceholder text |
| 400 | A85B #A85BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 8F2C #8F2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 7312 #7312CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5C0E #5C0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 420A #420A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2A07 #2A074B | Primary textHigh emphasis contentDark headings |
| 950 | 1A04 #1A042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FE;
--black-100: #EEDEFC;
--black-200: #DFC2FA;
--black-300: #C693F6;
--black-400: #A85BF1;
--black-500: #8F2CED;
--black-600: #7312CE;
--black-700: #5C0EA4;
--black-800: #420A75;
--black-900: #2A074B;
--black-950: #1A042F;
}