Black
#11042F
PurpleColor Codes
All color formats for development
HEX
#11042FRGB
rgb(17, 4, 47)HSL
hsl(258, 84%, 10%)OKLCH
oklch(0.17 0.081 289.7)CMYK
cmyk(64%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F042A
2#0E0326
3#0C0321
4#0A021C
5#080217
6#070213
7#05010E
8#030109
9#020005
Tints
Lighter variations
1#200859
2#2F0B83
3#3F0FAE
4#4E13D8
5#662CED
6#8456F0
7#A380F4
8#C2ABF8
9#E0D5FB
Tones
Muted variations
1#12062D
2#13082B
3#140B28
4#140D26
5#150F24
6#161122
7#171320
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 | E7DE #E7DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C2 #D3C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | B193 #B193F6 | BordersInactive statesPlaceholder text |
| 400 | 885B #885BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 662C #662CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B12 #4B12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B0E #3B0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A0A #2A0A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B07 #1B074B | Primary textHigh emphasis contentDark headings |
| 950 | 1104 #11042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F1FE;
--black-100: #E7DEFC;
--black-200: #D3C2FA;
--black-300: #B193F6;
--black-400: #885BF1;
--black-500: #662CED;
--black-600: #4B12CE;
--black-700: #3B0EA4;
--black-800: #2A0A75;
--black-900: #1B074B;
--black-950: #11042F;
}