Black
#070E2C
BlueColor Codes
All color formats for development
HEX
#070E2CRGB
rgb(7, 14, 44)HSL
hsl(229, 73%, 10%)OKLCH
oklch(0.179 0.061 269)CMYK
cmyk(84%, 68%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#060C28
2#060B23
3#050A1F
4#04081A
5#030716
6#030512
7#02040D
8#010309
9#010104
Tints
Lighter variations
1#0D1A54
2#13267C
3#1933A3
4#203FCB
5#3857E0
6#6079E6
7#889AEC
8#B0BCF3
9#D7DDF9
Tones
Muted variations
1#090F2A
2#0B1028
3#0C1127
4#0E1225
5#101423
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 | E0E5 #E0E5FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CF #C6CFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA9 #9AA9EF | BordersInactive statesPlaceholder text |
| 400 | 657C #657CE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3857 #3857E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E3C #1E3CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1830 #18309A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1122 #11226E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B16 #0B1647 | Primary textHigh emphasis contentDark headings |
| 950 | 070E #070E2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F4FD;
--black-100: #E0E5FA;
--black-200: #C6CFF6;
--black-300: #9AA9EF;
--black-400: #657CE7;
--black-500: #3857E0;
--black-600: #1E3CC2;
--black-700: #18309A;
--black-800: #11226E;
--black-900: #0B1647;
--black-950: #070E2C;
}