Black
#07112C
BlueColor Codes
All color formats for development
HEX
#07112CRGB
rgb(7, 17, 44)HSL
hsl(224, 73%, 10%)OKLCH
oklch(0.187 0.057 265.5)CMYK
cmyk(84%, 61%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060F28
2#060D23
3#050C1F
4#040A1A
5#030816
6#030712
7#02050D
8#010309
9#010204
Tints
Lighter variations
1#0D2054
2#132F7C
3#193EA3
4#204DCB
5#3865E0
6#6084E6
7#88A3EC
8#B0C1F3
9#D7E0F9
Tones
Muted variations
1#09122A
2#0B1328
3#0C1327
4#0E1425
5#101523
6#121621
7#14171F
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D3 #C6D3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB0 #9AB0EF | BordersInactive statesPlaceholder text |
| 400 | 6587 #6587E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3865 #3865E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E4A #1E4AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 183B #183B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 112A #112A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1B #0B1B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0711 #07112C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FD;
--black-100: #E0E7FA;
--black-200: #C6D3F6;
--black-300: #9AB0EF;
--black-400: #6587E7;
--black-500: #3865E0;
--black-600: #1E4AC2;
--black-700: #183B9A;
--black-800: #112A6E;
--black-900: #0B1B47;
--black-950: #07112C;
}