Black
#0B1428
BlueColor Codes
All color formats for development
HEX
#0B1428RGB
rgb(11, 20, 40)HSL
hsl(221, 57%, 10%)OKLCH
oklch(0.195 0.043 264.5)CMYK
cmyk(73%, 50%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1224
2#091020
3#080E1C
4#070C18
5#050A14
6#040810
7#03060C
8#020408
9#010204
Tints
Lighter variations
1#15264C
2#1F3870
3#294B94
4#325DB8
5#4B74CE
6#6F90D8
7#93ACE1
8#B7C8EB
9#DBE3F5
Tones
Muted variations
1#0C1527
2#0E1525
3#0F1624
4#111622
5#121721
6#14171F
7#15181E
8#17181C
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3B8 #A3B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7393 #7393D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B74 #4B74CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3059 #3059B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2647 #26478C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F6FC;
--black-100: #E3E9F7;
--black-200: #CBD7F1;
--black-300: #A3B8E6;
--black-400: #7393D9;
--black-500: #4B74CE;
--black-600: #3059B0;
--black-700: #26478C;
--black-800: #1B3264;
--black-900: #122040;
--black-950: #0B1428;
}