Black
#240231
PurpleColor Codes
All color formats for development
HEX
#240231RGB
rgb(36, 2, 49)HSL
hsl(283, 92%, 10%)OKLCH
oklch(0.198 0.091 314.6)CMYK
cmyk(27%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#20022C
2#1D0227
3#190122
4#15011D
5#120118
6#0E0114
7#0B010F
8#07000A
9#040005
Tints
Lighter variations
1#44045D
2#640689
3#8408B5
4#A409E1
5#BA23F6
6#C84FF8
7#D67BF9
8#E3A7FB
9#F1D3FD
Tones
Muted variations
1#23042F
2#22072C
3#21092A
4#200B28
5#1F0E25
6#1E1023
7#1D1221
8#1C151E
9#1B171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF0 #FAF0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4DD #F4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBBF #EBBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | DC8E #DC8EFA | BordersInactive statesPlaceholder text |
| 400 | C954 #C954F8 | Disabled statesSecondary iconsMuted text |
| 500 | BA23 #BA23F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9D09 #9D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D07 #7D07AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5905 #59057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 3903 #39034E | Primary textHigh emphasis contentDark headings |
| 950 | 2402 #240231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #FAF0FE;
--black-100: #F4DDFE;
--black-200: #EBBFFC;
--black-300: #DC8EFA;
--black-400: #C954F8;
--black-500: #BA23F6;
--black-600: #9D09D7;
--black-700: #7D07AB;
--black-800: #59057A;
--black-900: #39034E;
--black-950: #240231;
}