Black
#19042F
PurpleColor Codes
All color formats for development
HEX
#19042FRGB
rgb(25, 4, 47)HSL
hsl(269, 84%, 10%)OKLCH
oklch(0.181 0.082 301.4)CMYK
cmyk(47%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16042A
2#140326
3#110321
4#0F021C
5#0C0217
6#0A0213
7#07010E
8#050109
9#020005
Tints
Lighter variations
1#2F0859
2#450B83
3#5C0FAE
4#7213D8
5#892CED
6#A156F0
7#B880F4
8#D0ABF8
9#E7D5FB
Tones
Muted variations
1#19062D
2#19082B
3#190B28
4#190D26
5#190F24
6#191122
7#191320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDE #EDDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDC2 #DDC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | C393 #C393F6 | BordersInactive statesPlaceholder text |
| 400 | A35B #A35BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 892C #892CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D12 #6D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 570E #570EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E0A #3E0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2807 #28074B | Primary textHigh emphasis contentDark headings |
| 950 | 1904 #19042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F7F1FE;
--black-100: #EDDEFC;
--black-200: #DDC2FA;
--black-300: #C393F6;
--black-400: #A35BF1;
--black-500: #892CED;
--black-600: #6D12CE;
--black-700: #570EA4;
--black-800: #3E0A75;
--black-900: #28074B;
--black-950: #19042F;
}