Black
#09142A
BlueColor Codes
All color formats for development
HEX
#09142ARGB
rgb(9, 20, 42)HSL
hsl(220, 65%, 10%)OKLCH
oklch(0.195 0.047 262.7)CMYK
cmyk(79%, 52%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081226
2#071022
3#060E1D
4#050C19
5#040A15
6#040811
7#03060D
8#020408
9#010204
Tints
Lighter variations
1#112650
2#193876
3#214A9C
4#295CC2
5#4273D7
6#688FDF
7#8DABE7
8#B3C7EF
9#D9E3F7
Tones
Muted variations
1#0B1528
2#0C1527
3#0E1625
4#101623
5#111722
6#131720
7#15181E
8#16181D
9#18191B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D7 #C8D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB8 #9EB8EA | BordersInactive statesPlaceholder text |
| 400 | 6C92 #6C92E0 | Disabled statesSecondary iconsMuted text |
| 500 | 4273 #4273D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2758 #2758B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F46 #1F4693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1632 #163269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E20 #0E2043 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F6FC;
--black-100: #E2E9F9;
--black-200: #C8D7F3;
--black-300: #9EB8EA;
--black-400: #6C92E0;
--black-500: #4273D7;
--black-600: #2758B9;
--black-700: #1F4693;
--black-800: #163269;
--black-900: #0E2043;
--black-950: #09142A;
}