Black
#140231
PurpleColor Codes
All color formats for development
HEX
#140231RGB
rgb(20, 2, 49)HSL
hsl(263, 92%, 10%)OKLCH
oklch(0.172 0.088 293.9)CMYK
cmyk(59%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#12022C
2#100227
3#0E0122
4#0C011D
5#0A0118
6#080114
7#06010F
8#04000A
9#020005
Tints
Lighter variations
1#26045D
2#380689
3#4A08B5
4#5C09E1
5#7423F6
6#8F4FF8
7#AB7BF9
8#C7A7FB
9#E3D3FD
Tones
Muted variations
1#15042F
2#15072C
3#16092A
4#160B28
5#170E25
6#171023
7#181221
8#18151E
9#19171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F0 #F6F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9DD #E9DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7BF #D7BFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | B88E #B88EFA | BordersInactive statesPlaceholder text |
| 400 | 9354 #9354F8 | Disabled statesSecondary iconsMuted text |
| 500 | 7423 #7423F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5809 #5809D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4607 #4607AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3205 #32057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2003 #20034E | Primary textHigh emphasis contentDark headings |
| 950 | 1402 #140231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F6F0FE;
--black-100: #E9DDFE;
--black-200: #D7BFFC;
--black-300: #B88EFA;
--black-400: #9354F8;
--black-500: #7423F6;
--black-600: #5809D7;
--black-700: #4607AB;
--black-800: #32057A;
--black-900: #20034E;
--black-950: #140231;
}