Black
#071C2C
BlueColor Codes
All color formats for development
HEX
#071C2CRGB
rgb(7, 28, 44)HSL
hsl(206, 73%, 10%)OKLCH
oklch(0.219 0.041 244.2)CMYK
cmyk(84%, 36%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061928
2#061623
3#05141F
4#04111A
5#030E16
6#030B12
7#02080D
8#010609
9#010304
Tints
Lighter variations
1#0D3554
2#134E7C
3#1968A3
4#2081CB
5#3897E0
6#60ACE6
7#88C1EC
8#B0D6F3
9#D7EAF9
Tones
Muted variations
1#091C2A
2#0B1B28
3#0C1B27
4#0E1B25
5#101B23
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 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACA #9ACAEF | BordersInactive statesPlaceholder text |
| 400 | 65AE #65AEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3897 #3897E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E7B #1E7BC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1862 #18629A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1146 #11466E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2D #0B2D47 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E0EFFA;
--black-200: #C6E1F6;
--black-300: #9ACAEF;
--black-400: #65AEE7;
--black-500: #3897E0;
--black-600: #1E7BC2;
--black-700: #18629A;
--black-800: #11466E;
--black-900: #0B2D47;
--black-950: #071C2C;
}