Black
#07172C
BlueColor Codes
All color formats for development
HEX
#07172CRGB
rgb(7, 23, 44)HSL
hsl(214, 73%, 10%)OKLCH
oklch(0.204 0.048 255.8)CMYK
cmyk(84%, 48%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061528
2#061223
3#05101F
4#040E1A
5#030C16
6#030912
7#02070D
8#010509
9#010204
Tints
Lighter variations
1#0D2C54
2#13407C
3#1955A3
4#206ACB
5#3881E0
6#609AE6
7#88B3EC
8#B0CDF3
9#D7E6F9
Tones
Muted variations
1#09172A
2#0B1828
3#0C1827
4#0E1825
5#101823
6#121921
7#14191F
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3881 #3881E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E65 #1E65C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1851 #18519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113A #113A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2547 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F7FD;
--black-100: #E0EBFA;
--black-200: #C6DBF6;
--black-300: #9ABFEF;
--black-400: #659DE7;
--black-500: #3881E0;
--black-600: #1E65C2;
--black-700: #18519A;
--black-800: #113A6E;
--black-900: #0B2547;
--black-950: #07172C;
}