Black
#16042F
PurpleColor Codes
All color formats for development
HEX
#16042FRGB
rgb(22, 4, 47)HSL
hsl(265, 84%, 10%)OKLCH
oklch(0.177 0.081 297)CMYK
cmyk(53%, 91%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14042A
2#120326
3#0F0321
4#0D021C
5#0B0217
6#090213
7#07010E
8#040109
9#020005
Tints
Lighter variations
1#2A0859
2#3D0B83
3#510FAE
4#6513D8
5#7C2CED
6#9656F0
7#B180F4
8#CBABF8
9#E5D5FB
Tones
Muted variations
1#16062D
2#17082B
3#170B28
4#170D26
5#180F24
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 | EBDE #EBDEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9C2 #D9C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | BC93 #BC93F6 | BordersInactive statesPlaceholder text |
| 400 | 995B #995BF1 | Disabled statesSecondary iconsMuted text |
| 500 | 7C2C #7C2CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 6012 #6012CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D0E #4D0EA4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 370A #370A75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2307 #23074B | Primary textHigh emphasis contentDark headings |
| 950 | 1604 #16042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F1FE;
--black-100: #EBDEFC;
--black-200: #D9C2FA;
--black-300: #BC93F6;
--black-400: #995BF1;
--black-500: #7C2CED;
--black-600: #6012CE;
--black-700: #4D0EA4;
--black-800: #370A75;
--black-900: #23074B;
--black-950: #16042F;
}