Black
#0B1E28
BlueColor Codes
All color formats for development
HEX
#0B1E28RGB
rgb(11, 30, 40)HSL
hsl(201, 57%, 10%)OKLCH
oklch(0.224 0.032 233.6)CMYK
cmyk(73%, 25%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A1B24
2#091820
3#08151C
4#071218
5#050F14
6#040C10
7#03090C
8#020608
9#010304
Tints
Lighter variations
1#15394C
2#1F5470
3#296E94
4#3289B8
5#4BA0CE
6#6FB3D8
7#93C6E1
8#B7D9EB
9#DBECF5
Tones
Muted variations
1#0C1D27
2#0E1D25
3#0F1D24
4#111C22
5#121C21
6#141B1F
7#151B1E
8#171A1C
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3CE #A3CEE6 | BordersInactive statesPlaceholder text |
| 400 | 73B5 #73B5D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA0 #4BA0CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3083 #3083B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2669 #26698C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4B #1B4B64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #123040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F3F9FC;
--black-100: #E3F0F7;
--black-200: #CBE4F1;
--black-300: #A3CEE6;
--black-400: #73B5D9;
--black-500: #4BA0CE;
--black-600: #3083B0;
--black-700: #26698C;
--black-800: #1B4B64;
--black-900: #123040;
--black-950: #0B1E28;
}