Black
#1B0231
PurpleColor Codes
All color formats for development
HEX
#1B0231RGB
rgb(27, 2, 49)HSL
hsl(272, 92%, 10%)OKLCH
oklch(0.182 0.089 303.4)CMYK
cmyk(45%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18022C
2#160227
3#130122
4#10011D
5#0E0118
6#0B0114
7#08010F
8#05000A
9#030005
Tints
Lighter variations
1#33045D
2#4C0689
3#6408B5
4#7C09E1
5#9323F6
6#A94FF8
7#BE7BF9
8#D4A7FB
9#E9D3FD
Tones
Muted variations
1#1B042F
2#1B072C
3#1B092A
4#1A0B28
5#1A0E25
6#1A1023
7#1A1221
8#1A151E
9#1A171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F0 #F8F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEDD #EEDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0BF #E0BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | C88E #C88EFA | BordersInactive statesPlaceholder text |
| 400 | AB54 #AB54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 9323 #9323F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7709 #7709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F07 #5F07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4405 #44057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2B03 #2B034E | Primary textHigh emphasis contentDark headings |
| 950 | 1B02 #1B0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F8F0FE;
--black-100: #EEDDFE;
--black-200: #E0BFFC;
--black-300: #C88EFA;
--black-400: #AB54F8;
--black-500: #9323F6;
--black-600: #7709D7;
--black-700: #5F07AB;
--black-800: #44057A;
--black-900: #2B034E;
--black-950: #1B0231;
}