Black
#091B2A
BlueColor Codes
All color formats for development
HEX
#091B2ARGB
rgb(9, 27, 42)HSL
hsl(207, 65%, 10%)OKLCH
oklch(0.215 0.038 245.9)CMYK
cmyk(79%, 36%, 0%, 84%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#081826
2#071622
3#06131D
4#051019
5#040E15
6#040B11
7#03080D
8#020508
9#010304
Tints
Lighter variations
1#113450
2#194C76
3#21649C
4#297DC2
5#4294D7
6#68A9DF
7#8DBFE7
8#B3D4EF
9#D9EAF7
Tones
Muted variations
1#0B1B28
2#0C1B27
3#0E1B25
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 | C8E0 #C8E0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC8 #9EC8EA | BordersInactive statesPlaceholder text |
| 400 | 6CAC #6CACE0 | Disabled statesSecondary iconsMuted text |
| 500 | 4294 #4294D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2777 #2777B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F5F #1F5F93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1644 #164469 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--black-50: #F2F8FC;
--black-100: #E2EEF9;
--black-200: #C8E0F3;
--black-300: #9EC8EA;
--black-400: #6CACE0;
--black-500: #4294D7;
--black-600: #2777B9;
--black-700: #1F5F93;
--black-800: #164469;
--black-900: #0E2B43;
--black-950: #091B2A;
}