Black
#0E0231
PurpleColor Codes
All color formats for development
HEX
#0E0231RGB
rgb(14, 2, 49)HSL
hsl(255, 92%, 10%)OKLCH
oklch(0.164 0.088 285.4)CMYK
cmyk(71%, 96%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C022C
2#0B0227
3#0A0122
4#08011D
5#070118
6#060114
7#04010F
8#03000A
9#010005
Tints
Lighter variations
1#1A045D
2#270689
3#3308B5
4#3F09E1
5#5723F6
6#794FF8
7#9A7BF9
8#BCA7FB
9#DDD3FD
Tones
Muted variations
1#0F042F
2#10072C
3#11092A
4#120B28
5#140E25
6#151023
7#161221
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | A98E #A98EFA | BordersInactive statesPlaceholder text |
| 400 | 7D54 #7D54F8 | Disabled statesSecondary iconsMuted text |
| 500 | 5723 #5723F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D09 #3D09D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3007 #3007AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2205 #22057A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1603 #16034E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F4F0FE;
--black-100: #E5DDFE;
--black-200: #CFBFFC;
--black-300: #A98EFA;
--black-400: #7D54F8;
--black-500: #5723F6;
--black-600: #3D09D7;
--black-700: #3007AB;
--black-800: #22057A;
--black-900: #16034E;
--black-950: #0E0231;
}