Black
#000833
BlueColor Codes
All color formats for development
HEX
#000833RGB
rgb(0, 8, 51)HSL
hsl(231, 100%, 10%)OKLCH
oklch(0.167 0.086 263.2)CMYK
cmyk(100%, 84%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#00072E
2#000629
3#000524
4#00051F
5#00041A
6#000314
7#00020F
8#00020A
9#000105
Tints
Lighter variations
1#000F61
2#00158F
3#001CBD
4#0023EB
5#1A3CFF
6#4763FF
7#758AFF
8#A3B1FF
9#D1D8FF
Tones
Muted variations
1#030930
2#050B2E
3#080D2B
4#0A0F29
5#0D1126
6#0F1224
7#121421
8#14161F
9#17181C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC7 #BDC7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9B #8A9BFF | BordersInactive statesPlaceholder text |
| 400 | 4D67 #4D67FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A3C #1A3CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0022 #0022E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001B #001BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0013 #001380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000C #000C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F0F2FF;
--black-100: #DBE1FF;
--black-200: #BDC7FF;
--black-300: #8A9BFF;
--black-400: #4D67FF;
--black-500: #1A3CFF;
--black-600: #0022E0;
--black-700: #001BB3;
--black-800: #001380;
--black-900: #000C52;
--black-950: #000833;
}