Black
#0B1828
BlueColor Codes
All color formats for development
HEX
#0B1828RGB
rgb(11, 24, 40)HSL
hsl(213, 57%, 10%)OKLCH
oklch(0.206 0.037 254.4)CMYK
cmyk(73%, 40%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1624
2#091320
3#08111C
4#070E18
5#050C14
6#040A10
7#03070C
8#020508
9#010204
Tints
Lighter variations
1#152E4C
2#1F4370
3#295994
4#326FB8
5#4B86CE
6#6F9ED8
7#93B6E1
8#B7CEEB
9#DBE7F5
Tones
Muted variations
1#0C1827
2#0E1825
3#0F1824
4#111922
5#121921
6#14191F
7#15191E
8#17191C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDC #CBDCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3C1 #A3C1E6 | BordersInactive statesPlaceholder text |
| 400 | 73A1 #73A1D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B86 #4B86CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 306A #306AB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2654 #26548C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3C #1B3C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1226 #122640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F7FC;
--black-100: #E3ECF7;
--black-200: #CBDCF1;
--black-300: #A3C1E6;
--black-400: #73A1D9;
--black-500: #4B86CE;
--black-600: #306AB0;
--black-700: #26548C;
--black-800: #1B3C64;
--black-900: #122640;
--black-950: #0B1828;
}