Black
#070D2C
BlueColor Codes
All color formats for development
HEX
#070D2CRGB
rgb(7, 13, 44)HSL
hsl(230, 73%, 10%)OKLCH
oklch(0.177 0.063 270)CMYK
cmyk(84%, 70%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060C28
2#060A23
3#05091F
4#04081A
5#030716
6#030512
7#02040D
8#010309
9#010104
Tints
Lighter variations
1#0D1954
2#13257C
3#1930A3
4#203CCB
5#3854E0
6#6077E6
7#8899EC
8#B0BBF3
9#D7DDF9
Tones
Muted variations
1#090E2A
2#0B1028
3#0C1127
4#0E1225
5#101323
6#121521
7#14161F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CE #C6CEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA8 #9AA8EF | BordersInactive statesPlaceholder text |
| 400 | 657A #657AE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3854 #3854E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E3A #1E3AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 182E #182E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1121 #11216E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B15 #0B1547 | Primary textHigh emphasis contentDark headings |
| 950 | 070D #070D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E0E4FA;
--black-200: #C6CEF6;
--black-300: #9AA8EF;
--black-400: #657AE7;
--black-500: #3854E0;
--black-600: #1E3AC2;
--black-700: #182E9A;
--black-800: #11216E;
--black-900: #0B1547;
--black-950: #070D2C;
}