Black
#070B2C
BlueColor Codes
All color formats for development
HEX
#070B2CRGB
rgb(7, 11, 44)HSL
hsl(234, 73%, 10%)OKLCH
oklch(0.172 0.066 271.7)CMYK
cmyk(84%, 75%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060A28
2#060823
3#05071F
4#04061A
5#030516
6#030412
7#02030D
8#010209
9#010104
Tints
Lighter variations
1#0D1454
2#131E7C
3#1927A3
4#2031CB
5#3849E0
6#606EE6
7#8892EC
8#B0B6F3
9#D7DBF9
Tones
Muted variations
1#090C2A
2#0B0E28
3#0C0F27
4#0E1125
5#101223
6#121421
7#14151F
8#16171D
9#18181B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA2 #9AA2EF | BordersInactive statesPlaceholder text |
| 400 | 6572 #6572E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3849 #3849E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2F #1E2FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1825 #18259A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111B #111B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B11 #0B1147 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F3FD;
--black-100: #E0E3FA;
--black-200: #C6CAF6;
--black-300: #9AA2EF;
--black-400: #6572E7;
--black-500: #3849E0;
--black-600: #1E2FC2;
--black-700: #18259A;
--black-800: #111B6E;
--black-900: #0B1147;
--black-950: #070B2C;
}