Black
#071D2C
BlueColor Codes
All color formats for development
HEX
#071D2CRGB
rgb(7, 29, 44)HSL
hsl(204, 73%, 10%)OKLCH
oklch(0.222 0.041 241.4)CMYK
cmyk(84%, 34%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061A28
2#061723
3#05141F
4#04121A
5#030F16
6#030C12
7#02090D
8#010609
9#010304
Tints
Lighter variations
1#0D3854
2#13527C
3#196CA3
4#2086CB
5#389DE0
6#60B1E6
7#88C4EC
8#B0D8F3
9#D7EBF9
Tones
Muted variations
1#091D2A
2#0B1C28
3#0C1C27
4#0E1C25
5#101B23
6#121B21
7#141B1F
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 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACD #9ACDEF | BordersInactive statesPlaceholder text |
| 400 | 65B3 #65B3E7 | Disabled statesSecondary iconsMuted text |
| 500 | 389D #389DE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E81 #1E81C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1866 #18669A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1149 #11496E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2F #0B2F47 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FD;
--black-100: #E0F0FA;
--black-200: #C6E3F6;
--black-300: #9ACDEF;
--black-400: #65B3E7;
--black-500: #389DE0;
--black-600: #1E81C2;
--black-700: #18669A;
--black-800: #11496E;
--black-900: #0B2F47;
--black-950: #071D2C;
}