Black
#15052E
PurpleColor Codes
All color formats for development
HEX
#15052ERGB
rgb(21, 5, 46)HSL
hsl(263, 80%, 10%)OKLCH
oklch(0.176 0.078 295.7)CMYK
cmyk(54%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#130529
2#110425
3#0F0420
4#0C031C
5#0A0317
6#080212
7#06020E
8#040109
9#020105
Tints
Lighter variations
1#270A57
2#3A0E81
3#4D13AA
4#5F17D3
5#7730E8
6#925AED
7#AD83F1
8#C9ACF6
9#E4D6FA
Tones
Muted variations
1#15072C
2#16092A
3#160B28
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 #F6F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EADF #EADFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8C3 #D8C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B995 #B995F3 | BordersInactive statesPlaceholder text |
| 400 | 955E #955EED | Disabled statesSecondary iconsMuted text |
| 500 | 7730 #7730E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B16 #5B16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4912 #4912A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 340D #340D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2108 #210849 | Primary textHigh emphasis contentDark headings |
| 950 | 1505 #15052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FD;
--black-100: #EADFFB;
--black-200: #D8C3F8;
--black-300: #B995F3;
--black-400: #955EED;
--black-500: #7730E8;
--black-600: #5B16CA;
--black-700: #4912A1;
--black-800: #340D73;
--black-900: #210849;
--black-950: #15052E;
}