Black
#07072C
BlueColor Codes
All color formats for development
HEX
#07072CRGB
rgb(7, 7, 44)HSL
hsl(240, 73%, 10%)OKLCH
oklch(0.162 0.073 274.7)CMYK
cmyk(84%, 84%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060628
2#060623
3#05051F
4#04041A
5#030316
6#030312
7#02020D
8#010109
9#010104
Tints
Lighter variations
1#0D0D54
2#13137C
3#1919A3
4#2020CB
5#3838E0
6#6060E6
7#8888EC
8#B0B0F3
9#D7D7F9
Tones
Muted variations
1#09092A
2#0B0B28
3#0C0C27
4#0E0E25
5#101023
6#121221
7#14141F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E0 #E0E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C6 #C6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9A #9A9AEF | BordersInactive statesPlaceholder text |
| 400 | 6565 #6565E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3838 #3838E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E1E #1E1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1818 #18189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1111 #11116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0B #0B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 0707 #07072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F2FD;
--black-100: #E0E0FA;
--black-200: #C6C6F6;
--black-300: #9A9AEF;
--black-400: #6565E7;
--black-500: #3838E0;
--black-600: #1E1EC2;
--black-700: #18189A;
--black-800: #11116E;
--black-900: #0B0B47;
--black-950: #07072C;
}