Black
#07092C
BlueColor Codes
All color formats for development
HEX
#07092CRGB
rgb(7, 9, 44)HSL
hsl(237, 73%, 10%)OKLCH
oklch(0.167 0.069 273.3)CMYK
cmyk(84%, 80%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060828
2#060723
3#05061F
4#04051A
5#030416
6#030312
7#02030D
8#010209
9#010104
Tints
Lighter variations
1#0D1154
2#13187C
3#1920A3
4#2028CB
5#3841E0
6#6067E6
7#888DEC
8#B0B3F3
9#D7D9F9
Tones
Muted variations
1#090A2A
2#0B0C28
3#0C0E27
4#0E0F25
5#101123
6#121321
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 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9E #9A9EEF | BordersInactive statesPlaceholder text |
| 400 | 656B #656BE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3841 #3841E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E26 #1E26C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181F #181F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1116 #11166E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0E #0B0E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F2FD;
--black-100: #E0E1FA;
--black-200: #C6C8F6;
--black-300: #9A9EEF;
--black-400: #656BE7;
--black-500: #3841E0;
--black-600: #1E26C2;
--black-700: #181F9A;
--black-800: #11166E;
--black-900: #0B0E47;
--black-950: #07092C;
}