Black
#0B0132
BlueColor Codes
All color formats for development
HEX
#0B0132RGB
rgb(11, 1, 50)HSL
hsl(252, 96%, 10%)OKLCH
oklch(0.159 0.092 281.4)CMYK
cmyk(78%, 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#06011E
5#050119
6#040014
7#03000F
8#02000A
9#010005
Tints
Lighter variations
1#15025F
2#1E038C
3#2804B9
4#3205E6
5#4A1EFA
6#6E4BFB
7#9278FC
8#B7A5FD
9#DBD2FE
Tones
Muted variations
1#0C0330
2#0E062D
3#0F082B
4#110B28
5#120D26
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 | CBBE #CBBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A38C #A38CFD | BordersInactive statesPlaceholder text |
| 400 | 7250 #7250FB | Disabled statesSecondary iconsMuted text |
| 500 | 4A1E #4A1EFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3004 #3004DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2604 #2604AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B03 #1B037D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1102 #110250 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F0FF;
--black-100: #E3DCFE;
--black-200: #CBBEFE;
--black-300: #A38CFD;
--black-400: #7250FB;
--black-500: #4A1EFA;
--black-600: #3004DC;
--black-700: #2604AF;
--black-800: #1B037D;
--black-900: #110250;
--black-950: #0B0132;
}