Black
#09132A
BlueColor Codes
All color formats for development
HEX
#09132ARGB
rgb(9, 19, 42)HSL
hsl(222, 65%, 10%)OKLCH
oklch(0.192 0.049 264.5)CMYK
cmyk(79%, 55%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081126
2#070F22
3#060D1D
4#050B19
5#040915
6#040811
7#03060D
8#020408
9#010204
Tints
Lighter variations
1#112450
2#193576
3#21469C
4#2957C2
5#426ED7
6#688BDF
7#8DA8E7
8#B3C5EF
9#D9E2F7
Tones
Muted variations
1#0B1428
2#0C1427
3#0E1525
4#101623
5#111622
6#131720
7#15181E
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EA | BordersInactive statesPlaceholder text |
| 400 | 6C8F #6C8FE0 | Disabled statesSecondary iconsMuted text |
| 500 | 426E #426ED7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2753 #2753B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F42 #1F4293 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E43 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F5FC;
--black-100: #E2E9F9;
--black-200: #C8D5F3;
--black-300: #9EB5EA;
--black-400: #6C8FE0;
--black-500: #426ED7;
--black-600: #2753B9;
--black-700: #1F4293;
--black-800: #162F69;
--black-900: #0E1E43;
--black-950: #09132A;
}