Black
#0C0132
BlueColor Codes
All color formats for development
HEX
#0C0132RGB
rgb(12, 1, 50)HSL
hsl(253, 96%, 10%)OKLCH
oklch(0.16 0.091 282.7)CMYK
cmyk(76%, 98%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A012D
2#090128
3#080123
4#07011E
5#060119
6#050014
7#03000F
8#02000A
9#010005
Tints
Lighter variations
1#16025F
2#21038C
3#2B04B9
4#3505E6
5#4E1EFA
6#714BFB
7#9578FC
8#B8A5FD
9#DCD2FE
Tones
Muted variations
1#0D0330
2#0E062D
3#10082B
4#110B28
5#130D26
6#141023
7#151221
8#17151E
9#18171C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBE #CCBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48C #A48CFD | BordersInactive statesPlaceholder text |
| 400 | 7550 #7550FB | Disabled statesSecondary iconsMuted text |
| 500 | 4E1E #4E1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3304 #3304DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2904 #2904AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D03 #1D037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #130250 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F0FF;
--black-100: #E3DCFE;
--black-200: #CCBEFE;
--black-300: #A48CFD;
--black-400: #7550FB;
--black-500: #4E1EFA;
--black-600: #3304DC;
--black-700: #2904AF;
--black-800: #1D037D;
--black-900: #130250;
--black-950: #0C0132;
}