Black
#100231
PurpleColor Codes
All color formats for development
HEX
#100231RGB
rgb(16, 2, 49)HSL
hsl(258, 92%, 10%)OKLCH
oklch(0.166 0.088 288.2)CMYK
cmyk(67%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F022C
2#0D0227
3#0B0122
4#0A011D
5#080118
6#060114
7#05010F
8#03000A
9#020005
Tints
Lighter variations
1#1F045D
2#2D0689
3#3C08B5
4#4A09E1
5#6223F6
6#814FF8
7#A17BF9
8#C0A7FB
9#E0D3FD
Tones
Muted variations
1#11042F
2#12072C
3#13092A
4#140B28
5#150E25
6#161023
7#171221
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F0 #F5F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7DD #E7DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2BF #D2BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | AF8E #AF8EFA | BordersInactive statesPlaceholder text |
| 400 | 8554 #8554F8 | Disabled statesSecondary iconsMuted text |
| 500 | 6223 #6223F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4709 #4709D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3807 #3807AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2805 #28057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A03 #1A034E | Primary textHigh emphasis contentDark headings |
| 950 | 1002 #100231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F5F0FE;
--black-100: #E7DDFE;
--black-200: #D2BFFC;
--black-300: #AF8EFA;
--black-400: #8554F8;
--black-500: #6223F6;
--black-600: #4709D7;
--black-700: #3807AB;
--black-800: #28057A;
--black-900: #1A034E;
--black-950: #100231;
}