Black
#15042F
PurpleColor Codes
All color formats for development
HEX
#15042FRGB
rgb(21, 4, 47)HSL
hsl(264, 84%, 10%)OKLCH
oklch(0.175 0.081 295.6)CMYK
cmyk(55%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13042A
2#110326
3#0F0321
4#0D021C
5#0B0217
6#080213
7#06010E
8#040109
9#020005
Tints
Lighter variations
1#280859
2#3B0B83
3#4E0FAE
4#6213D8
5#792CED
6#9456F0
7#AF80F4
8#C9ABF8
9#E4D5FB
Tones
Muted variations
1#16062D
2#16082B
3#170B28
4#170D26
5#170F24
6#181122
7#181320
8#19151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F1 #F6F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADE #EADEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C2 #D8C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BA93 #BA93F6 | BordersInactive statesPlaceholder text |
| 400 | 975B #975BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 792C #792CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D12 #5D12CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A0E #4A0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 350A #350A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2207 #22074B | Primary textHigh emphasis contentDark headings |
| 950 | 1504 #15042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FE;
--black-100: #EADEFC;
--black-200: #D8C2FA;
--black-300: #BA93F6;
--black-400: #975BF1;
--black-500: #792CED;
--black-600: #5D12CE;
--black-700: #4A0EA4;
--black-800: #350A75;
--black-900: #22074B;
--black-950: #15042F;
}