Black
#1B052E
PurpleColor Codes
All color formats for development
HEX
#1B052ERGB
rgb(27, 5, 46)HSL
hsl(272, 80%, 10%)OKLCH
oklch(0.185 0.079 304.6)CMYK
cmyk(41%, 89%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#180529
2#150425
3#130420
4#10031C
5#0D0317
6#0B0212
7#08020E
8#050109
9#030105
Tints
Lighter variations
1#330A57
2#4B0E81
3#6313AA
4#7C17D3
5#9230E8
6#A85AED
7#BE83F1
8#D4ACF6
9#E9D6FA
Tones
Muted variations
1#1B072C
2#1B092A
3#1A0B28
4#1A0D26
5#1A0F24
6#1A1122
7#1A1320
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDF #EEDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0C3 #E0C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | C795 #C795F3 | BordersInactive statesPlaceholder text |
| 400 | AB5E #AB5EED | Disabled statesSecondary iconsMuted text |
| 500 | 9230 #9230E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7616 #7616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5E12 #5E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 430D #430D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B08 #2B0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1B05 #1B052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F1FD;
--black-100: #EEDFFB;
--black-200: #E0C3F8;
--black-300: #C795F3;
--black-400: #AB5EED;
--black-500: #9230E8;
--black-600: #7616CA;
--black-700: #5E12A1;
--black-800: #430D73;
--black-900: #2B0849;
--black-950: #1B052E;
}