Black
#071A2C
BlueColor Codes
All color formats for development
HEX
#071A2CRGB
rgb(7, 26, 44)HSL
hsl(209, 73%, 10%)OKLCH
oklch(0.213 0.044 249.2)CMYK
cmyk(84%, 41%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061828
2#061523
3#05121F
4#04101A
5#030D16
6#030A12
7#02080D
8#010509
9#010304
Tints
Lighter variations
1#0D3254
2#13497C
3#1961A3
4#2078CB
5#388FE0
6#60A5E6
7#88BCEC
8#B0D2F3
9#D7E9F9
Tones
Muted variations
1#091A2A
2#0B1A28
3#0C1A27
4#0E1A25
5#101A23
6#121A21
7#141A1F
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EE #E0EEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DF #C6DFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC6 #9AC6EF | BordersInactive statesPlaceholder text |
| 400 | 65A8 #65A8E7 | Disabled statesSecondary iconsMuted text |
| 500 | 388F #388FE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E73 #1E73C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 185B #185B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1141 #11416E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2A #0B2A47 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E0EEFA;
--black-200: #C6DFF6;
--black-300: #9AC6EF;
--black-400: #65A8E7;
--black-500: #388FE0;
--black-600: #1E73C2;
--black-700: #185B9A;
--black-800: #11416E;
--black-900: #0B2A47;
--black-950: #071A2C;
}