Black
#070A2C
BlueColor Codes
All color formats for development
HEX
#070A2CRGB
rgb(7, 10, 44)HSL
hsl(235, 73%, 10%)OKLCH
oklch(0.169 0.068 272.5)CMYK
cmyk(84%, 77%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060928
2#060823
3#05071F
4#04061A
5#030516
6#030412
7#02030D
8#010209
9#010104
Tints
Lighter variations
1#0D1354
2#131C7C
3#1925A3
4#202ECB
5#3846E0
6#606BE6
7#8890EC
8#B0B5F3
9#D7DAF9
Tones
Muted variations
1#090C2A
2#0B0D28
3#0C0F27
4#0E1025
5#101223
6#121321
7#14151F
8#16161D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 656F #656FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3846 #3846E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2C #1E2CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1823 #18239A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1119 #11196E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1047 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E0E2FA;
--black-200: #C6CAF6;
--black-300: #9AA1EF;
--black-400: #656FE7;
--black-500: #3846E0;
--black-600: #1E2CC2;
--black-700: #18239A;
--black-800: #11196E;
--black-900: #0B1047;
--black-950: #070A2C;
}