Black
#12052E
PurpleColor Codes
All color formats for development
HEX
#12052ERGB
rgb(18, 5, 46)HSL
hsl(259, 80%, 10%)OKLCH
oklch(0.172 0.077 291.2)CMYK
cmyk(61%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#100529
2#0E0425
3#0D0420
4#0B031C
5#090317
6#070212
7#05020E
8#040109
9#020105
Tints
Lighter variations
1#220A57
2#320E81
3#4313AA
4#5317D3
5#6B30E8
6#885AED
7#A683F1
8#C4ACF6
9#E1D6FA
Tones
Muted variations
1#13072C
2#14092A
3#140B28
4#150D26
5#160F24
6#171122
7#171320
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DF #E8DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4C3 #D4C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | B395 #B395F3 | BordersInactive statesPlaceholder text |
| 400 | 8C5E #8C5EED | Disabled statesSecondary iconsMuted text |
| 500 | 6B30 #6B30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4F16 #4F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F12 #3F12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D0D #2D0D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D08 #1D0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1205 #12052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F1FD;
--black-100: #E8DFFB;
--black-200: #D4C3F8;
--black-300: #B395F3;
--black-400: #8C5EED;
--black-500: #6B30E8;
--black-600: #4F16CA;
--black-700: #3F12A1;
--black-800: #2D0D73;
--black-900: #1D0849;
--black-950: #12052E;
}