Black
#071E2C
BlueColor Codes
All color formats for development
HEX
#071E2CRGB
rgb(7, 30, 44)HSL
hsl(203, 73%, 10%)OKLCH
oklch(0.225 0.04 238.6)CMYK
cmyk(84%, 32%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061B28
2#061823
3#05151F
4#04121A
5#030F16
6#030C12
7#02090D
8#010609
9#010304
Tints
Lighter variations
1#0D3954
2#13547C
3#196EA3
4#2089CB
5#38A0E0
6#60B3E6
7#88C6EC
8#B0D9F3
9#D7ECF9
Tones
Muted variations
1#091D2A
2#0B1D28
3#0C1D27
4#0E1C25
5#101C23
6#121B21
7#141B1F
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F0 #E0F0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E3 #C6E3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACE #9ACEEF | BordersInactive statesPlaceholder text |
| 400 | 65B5 #65B5E7 | Disabled statesSecondary iconsMuted text |
| 500 | 38A0 #38A0E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E83 #1E83C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1868 #18689A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 114B #114B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B30 #0B3047 | Primary textHigh emphasis contentDark headings |
| 950 | 071E #071E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F9FD;
--black-100: #E0F0FA;
--black-200: #C6E3F6;
--black-300: #9ACEEF;
--black-400: #65B5E7;
--black-500: #38A0E0;
--black-600: #1E83C2;
--black-700: #18689A;
--black-800: #114B6E;
--black-900: #0B3047;
--black-950: #071E2C;
}