Black
#0B1328
BlueColor Codes
All color formats for development
HEX
#0B1328RGB
rgb(11, 19, 40)HSL
hsl(223, 57%, 10%)OKLCH
oklch(0.192 0.044 266.6)CMYK
cmyk(73%, 53%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1124
2#090F20
3#080D1C
4#070C18
5#050A14
6#040810
7#03060C
8#020408
9#010204
Tints
Lighter variations
1#15244C
2#1F3670
3#294794
4#3258B8
5#4B70CE
6#6F8DD8
7#93A9E1
8#B7C6EB
9#DBE2F5
Tones
Muted variations
1#0C1427
2#0E1425
3#0F1524
4#111622
5#121621
6#14171F
7#15181E
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3B6 #A3B6E6 | BordersInactive statesPlaceholder text |
| 400 | 7390 #7390D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B70 #4B70CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3054 #3054B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2643 #26438C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B30 #1B3064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121F #121F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B13 #0B1328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F5FC;
--black-100: #E3E9F7;
--black-200: #CBD6F1;
--black-300: #A3B6E6;
--black-400: #7390D9;
--black-500: #4B70CE;
--black-600: #3054B0;
--black-700: #26438C;
--black-800: #1B3064;
--black-900: #121F40;
--black-950: #0B1328;
}