Black
#07162C
BlueColor Codes
All color formats for development
HEX
#07162CRGB
rgb(7, 22, 44)HSL
hsl(216, 73%, 10%)OKLCH
oklch(0.201 0.049 257.7)CMYK
cmyk(84%, 50%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061428
2#061123
3#050F1F
4#040D1A
5#030B16
6#030912
7#02070D
8#010409
9#010204
Tints
Lighter variations
1#0D2954
2#133D7C
3#1951A3
4#2064CB
5#387BE0
6#6096E6
7#88B0EC
8#B0CAF3
9#D7E5F9
Tones
Muted variations
1#09162A
2#0B1728
3#0C1727
4#0E1725
5#101823
6#121821
7#14181F
8#16191D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABC #9ABCEF | BordersInactive statesPlaceholder text |
| 400 | 6599 #6599E7 | Disabled statesSecondary iconsMuted text |
| 500 | 387B #387BE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E60 #1E60C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 184C #184C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1136 #11366E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B23 #0B2347 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F6FD;
--black-100: #E0EBFA;
--black-200: #C6D9F6;
--black-300: #9ABCEF;
--black-400: #6599E7;
--black-500: #387BE0;
--black-600: #1E60C2;
--black-700: #184C9A;
--black-800: #11366E;
--black-900: #0B2347;
--black-950: #07162C;
}