Black
#07132C
BlueColor Codes
All color formats for development
HEX
#07132CRGB
rgb(7, 19, 44)HSL
hsl(221, 73%, 10%)OKLCH
oklch(0.192 0.053 262.7)CMYK
cmyk(84%, 57%, 0%, 83%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#061128
2#060F23
3#050D1F
4#040B1A
5#030916
6#030712
7#02060D
8#010409
9#010204
Tints
Lighter variations
1#0D2354
2#13347C
3#1945A3
4#2056CB
5#386EE0
6#608BE6
7#88A8EC
8#B0C5F3
9#D7E2F9
Tones
Muted variations
1#09132A
2#0B1428
3#0C1527
4#0E1525
5#101623
6#121721
7#14171F
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D5 #C6D5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB5 #9AB5EF | BordersInactive statesPlaceholder text |
| 400 | 658E #658EE7 | Disabled statesSecondary iconsMuted text |
| 500 | 386E #386EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E52 #1E52C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1841 #18419A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 112F #112F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1E #0B1E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0713 #07132C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FD;
--black-100: #E0E8FA;
--black-200: #C6D5F6;
--black-300: #9AB5EF;
--black-400: #658EE7;
--black-500: #386EE0;
--black-600: #1E52C2;
--black-700: #18419A;
--black-800: #112F6E;
--black-900: #0B1E47;
--black-950: #07132C;
}