Black
#091A2A
BlueColor Codes
All color formats for development
HEX
#091A2ARGB
rgb(9, 26, 42)HSL
hsl(209, 65%, 10%)OKLCH
oklch(0.212 0.039 248.8)CMYK
cmyk(79%, 38%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081726
2#071522
3#06121D
4#051019
5#040D15
6#040A11
7#03080D
8#020508
9#010304
Tints
Lighter variations
1#113150
2#194976
3#21609C
4#2978C2
5#428FD7
6#68A5DF
7#8DBCE7
8#B3D2EF
9#D9E9F7
Tones
Muted variations
1#0B1A28
2#0C1A27
3#0E1A25
4#101A23
5#111A22
6#131A20
7#151A1E
8#161A1D
9#181A1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC6 #9EC6EA | BordersInactive statesPlaceholder text |
| 400 | 6CA8 #6CA8E0 | Disabled statesSecondary iconsMuted text |
| 500 | 428F #428FD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2773 #2773B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5B #1F5B93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1641 #164169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2A #0E2A43 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FC;
--black-100: #E2EEF9;
--black-200: #C8DFF3;
--black-300: #9EC6EA;
--black-400: #6CA8E0;
--black-500: #428FD7;
--black-600: #2773B9;
--black-700: #1F5B93;
--black-800: #164169;
--black-900: #0E2A43;
--black-950: #091A2A;
}